evalml
evalml copied to clipboard
automl.search() fail for run or returning error
Diabetes Predicttion Using EvalML.txt
X_train, X_test, y_train, y_test = evalml.preprocessing.split_data(x, y, problem_type='binary') >>>>>>> Which runs fine
from evalml.automl import AutoMLSearch automl = AutoMLSearch(X_train=X_train, y_train=y_train, problem_type='binary') >>>>>>>>>>> Also run fine
automl.search() >>>>>> Returning Error
Hi @HrBiuz - the error you're getting doesn't seem to be coming from evalml directly. Would you mind sharing the dataset you're training with, so I can see if I can reproduce your error?