evalml icon indicating copy to clipboard operation
evalml copied to clipboard

automl.search() fail for run or returning error

Open HrBiuz opened this issue 2 years ago • 2 comments

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

HrBiuz avatar Nov 17 '22 00:11 HrBiuz

bug bug2

HrBiuz avatar Nov 17 '22 00:11 HrBiuz

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?

eccabay avatar Nov 17 '22 15:11 eccabay