-
Hey there,
Some production code used for training models broke when no Stacked Ensembles were trained during several AutoML runs using the latest R version of H2O. Upon further inspection, we were ab…
-
[Diabetes Predicttion Using EvalML.txt](https://github.com/alteryx/evalml/files/10026684/Diabetes.Predicttion.Using.EvalML.txt)
X_train, X_test, y_train, y_test = evalml.preprocessing.split_data(…
-
If I use this param, it will raise an issue below for all of the model, if it is deleted, the model works fine.
'
-
We can improve the testing of automl utils, specifically line [362](https://github.com/automl/auto-sklearn/blob/d2b317c74fb783bde4e55ca8f7b9e4d5c5d236c1/test/test_automl/test_automl.py#L362) when a ne…
-
Per #2667 , it was noted that a DaskEngine can't be used in a context manager as the manager will shutdown the associated cluster. We should probably modify the `__enter__()` function to restart the …
-
Related to #2656.
This issue tracks moving algorithm specific tests out of test_automl.py, test_automl_search_classification.py and test_automl_search_regression.py by mocking out next_batch and algo…
-
Please add support for XGBoost for AutoML in Windows environment.
-
Importing AutoKeras version 1.1.0 produces the following error. This is a blocking issue, as autokeras consequently cannot be imported or used at all.
----------------------------------------------…
-
It seems like there is no straightforward way to let users exam AutoML best run's model parameters when using AutoML API in ML.NET at this point.
This is potentially important for uses who need to r…
-
## Summary
pandas 2.0 support
## Description
When attempting to import AutoML with 'from flaml import AutoML', I received an error due to pandas 2.0. The error message stated 'AttributeError:…