Releases: trevorstephens/gplearn
Releases · trevorstephens/gplearn
0.4.2
- 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.