0.7.0
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