feature-selector
feature-selector copied to clipboard
Feature selector is a tool for dimensionality reduction of machine learning datasets
Would resolve https://github.com/WillKoehrsen/feature-selector/issues/56 if merged
I think that a great enhancement to this library would be to make it `scikit-learn` compatible. Basically this boils down to inherit from the `SelectorMixin` & `BaseEstimator` class & implement...
Would be nice to have a V1.0.0 (or a V0.1.0) release in GitHub to make it clearer to see when there are major & minor releases. Instructions for reference on...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.19.1 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...
too many indices for array: array is 1-dimensional, but 2 were indexed How can I solve this problems? When I am using this code ``` fs.identify_collinear(correlation_threshold=0.8) correlated_features = fs.ops['collinear'] correlated_features...