Skip to content

0.7.0

Choose a tag to compare

@rodrigo-arenas rodrigo-arenas released this 17 Nov 23:15
· 174 commits to master since this release
a2c6c29

This is an exciting release! It introduces features selection capabilities to the package

Features:

  • GAFeatureSelectionCV class for feature selection along with any scikit-learn classifier or regressor. It optimizes the cv-score while minimizing the number of features to select. This class is compatible with the mlflow and tensorboard integration, the Callbacks, and the plot_fitness_evolution function.

API Changes:

The module mlflow was renamed to mlflow_log to avoid unexpected errors on name resolutions