gplearn

Genetic Programming in Python, with a scikit-learn inspired API

BSD-3-CLAUSE License

Downloads
37K
Stars
1.6K
Committers
10

Bot releases are hidden (Show)

gplearn - 0.4.2 Latest Release

Published by trevorstephens over 2 years ago

  • Require keyword only arguments for all public methods and functions to comply with scikit-learn SLEP009.
  • Replace n_features_ attribute with n_features_in_ to comply with scikit-learn SLEP010.
  • Update test suite to ensure compatibility with scikit-learn. scikit-learn 1.0.2 or newer will be required due to recent changes in their testing requirements. Also requiring joblib to 1.0.0 or newer to align with next release of scikit-learn.
  • Added the class_weight parameter to :class:genetic.SymbolicClassifier allowing users to easily compensate for imbalanced datasets.
Package Rankings
Top 7.55% on Alpine-edge
Top 3.19% on Alpine-v3.18
Top 19.02% on Conda-forge.org
Top 2.22% on Pypi.org
Related Projects