A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
python
data-science
machine-learning
automation
random-forest
scikit-learn
model-selection
xgboost
hyperparameter-optimization
feature-engineering
automl
gradient-boosting
automated-machine-learning
parameter-tuning
-
Updated
Feb 6, 2022 - Python
The pipeline.fit/fit_from_scratch difference is quite confusing for new users.
So, common 'fit' should be preferred in all situations.
Cache-based fit should be moved to external function.