Kyle Gilde

Results 34 comments of Kyle Gilde

phew, I undid that commit. I will have to try the merge again

I'm heading out on vacation on Thursday. I would love to, but I don't know if I will get a chance to try this before then. On Tue, Aug 30,...

@GLevV , I wasn't notified when you made your comment. Interestingly, the [docstring indicates that the random permutation](https://github.com/scikit-learn-contrib/category_encoders/blob/master/category_encoders/cat_boost.py#L23-L26) is occurring, but I don't see that it is happening anywhere in...

[ColumnTransformer](https://scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html ) and [make_column_selector](https://scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_selector.html#sklearn.compose.make_column_selector) support using callables to select columns.

@fabclmnt , What are you thoughts on this feature proposal? Do you think that it would enhance the interpretability of the the correlation section?

Or how about a vertical bar plot like this?

Couldn't this be accomplished by using [ArbitraryDiscretiser](https://feature-engine.trainindata.com/en/latest/api_doc/discretisation/ArbitraryDiscretiser.html) followed by [MeanEncoder](https://feature-engine.trainindata.com/en/latest/api_doc/encoding/MeanEncoder.html)?

> > > Is it possible to calculate Haversine distance using sklearn? It is quite fast and well optimized, reimplementing it seems like a not so good idea > >...