Bomarjee

Results 1 comments of Bomarjee

Dear All, Hmm i'm also having this same error when doing a .fit() print(autosklearn.__version__) : 0.13.0 Ubuntu 20.14 import autosklearn.classification automl = autosklearn.classification.AutoSklearnClassifier( include_estimators=["random_forest","decision_tree"], exclude_estimators=None, include_preprocessors=["no_preprocessing"], exclude_preprocessors=None) automl.fit(test_x, test_Y) [WARNING]...