openml-labs / gama

An automated machine learning tool aimed to facilitate AutoML research.
https://openml-labs.github.io/gama/master/
Apache License 2.0
96 stars 31 forks source link

GAMA is not compatible with the latest scikit-learn #214

Open PGijsbers opened 8 months ago

PGijsbers commented 8 months ago

GAMA builds on some scikit-learn internals which have been revised since GAMA's development, which means that installing it with the latest scikit-learn breaks GAMA. Please try downgrading scikit-learn from 1.4 to 1.3 (untested) or 1.2 (tested).