GASearchCV
Hyperparameter search across classification, regression, and outlier-detection estimators using evolutionary operators.



















Tune XGBoost, LightGBM, CatBoost, and any scikit-learn estimator using genetic algorithms — evolutionary hyperparameter search and wrapper-based feature selection, powered by DEAP.

Hyperparameter search across classification, regression, and outlier-detection estimators using evolutionary operators.
Wrapper-based feature selection with cross-validation — find the compact subset that maximises your score.
Latin hypercube sampling, estimator defaults, and warm-start seeds produce a better initial population than pure random.
Adaptive mutation/crossover, random immigrants, and fitness sharing prevent premature convergence.
Early stopping, progress bars, checkpoints, TensorBoard, and MLflow 3 logging out of the box.
Follows the familiar fit/predict/best_params_ API — drop it in wherever you'd use GridSearchCV.
Works with XGBoost, LightGBM, and CatBoost out of the box — comprehensive tutorials tuning 7–9 hyperparameters with parameter interactions the GA captures naturally.
Tune class_weight as a search parameter alongside model hyperparameters. Optimize balanced_accuracy or F1 directly instead of misleading accuracy.
Step-by-step walkthroughs for gradient-boosting libraries, multi-stage feature selection, and imbalanced classification — each with baseline comparisons and visualizations.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。