| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.4.2 source code.tar.gz | 2022-05-03 | 2.2 MB | |
| 0.4.2 source code.zip | 2022-05-03 | 2.2 MB | |
| README.md | 2022-05-03 | 608 Bytes | |
| Totals: 3 Items | 4.4 MB | 0 | |
- Require keyword only arguments for all public methods and functions to comply with
scikit-learnSLEP009. - Replace
n_features_attribute withn_features_in_to comply withscikit-learnSLEP010. - Update test suite to ensure compatibility with
scikit-learn.scikit-learn1.0.2 or newer will be required due to recent changes in their testing requirements. Also requiringjoblibto 1.0.0 or newer to align with next release of scikit-learn. - Added the
class_weightparameter to :class:genetic.SymbolicClassifierallowing users to easily compensate for imbalanced datasets.