Srikanth K S

Results 13 comments of Srikanth K S

Appreciate your commitment. Currently, how is the groupby done? Would using the pandas's inherent groupby structure help, as it would mean translating pd.groupby.agg to `group_by >> summarise`, pd.groupby.assign to `group_by...

hey Julia, `step_catboost` would not depend on `catboost` package. The step involves involves permutations and target encoding. Here is the [python implementation](https://github.com/scikit-learn-contrib/category_encoders/blob/master/category_encoders/cat_boost.py) of the same.

Answering each question in order: 1. `allow.cartesian` should be set to `FALSE` for rolling joins as the number of rows in the result of the join is not greater than...

Let me know what is your naming convention preference for the API and I will go head and submit a PR. Here is the plan for `left_join.`: ```r left_join.

[opencpu](https://www.opencpu.org/) ?

@MarcusKlik Thanks for the quick reply. Yes, random access via `seek` will be helpful in resetting the current position. The above experimental implementation assumes static fst file, appending and/or write...

This does not work for me. (on mac 2019 pro, catalina)

Hey @EmilHvitfeldt ... it just fell off the radar. I will submit a PR. I am planning on these [lines](https://github.com/scikit-learn-contrib/category_encoders/blob/master/category_encoders/cat_boost.py). Let me know if you have a different suggestion.

by 24th Mar ಗುರು, ಮಾರ್ಚ್ 16, 2023 ರಂದು 09:34 ಅಪರಾಹ್ನ ಸಮಯಕ್ಕೆ ರಂದು Emil Hvitfeldt < ***@***.***> ಅವರು ಬರೆದಿದ್ದಾರೆ: > Amazing! That looks like a great place to start! > Do...

hey @EmilHvitfeldt , there was an unforseen thing that stopped me working on this. This is to let you know that I am on it and will raise a PR...