scikit-lego icon indicating copy to clipboard operation
scikit-lego copied to clipboard

Extra blocks for scikit-learn pipelines.

Results 64 scikit-lego issues
Sort by recently updated
recently updated
newest added

https://matekadlicsko.github.io/posts/monotonic-splines/

enhancement

Idea is explained [here](https://arxiv.org/pdf/2408.14358v1). ![CleanShot 2024-09-11 at 23 16 07@2x](https://github.com/user-attachments/assets/83643274-c45c-48cd-9b2b-01530bf3699b)

enhancement

In [this live stream](https://www.youtube.com/watch?v=HIRJFYncE2I) I seem to be able to show that KNN can perform on par with boosted models once you improve the representation of X. A quick trick...

enhancement

# Description This PR implements `get_feature_names_out()` for `_RepeatingBasisFunction`, and `RepeatingBasisFunction` (which inherits feature names from the former). This PR also implements an inverse_transform for `_RepeatingBasisFunction` in passing. I did not...

enhancement