Closed milanABI closed 1 year ago
@benfred @Focus Currently i am using 0.6.2 version and I am getting an error while implementing grid search. I've double checked there is no NaN's in the data.
clf = GridSearchCV(als_pipeline, parameters,cv = 2, verbose=True, error_score='raise') clf.fit(data_als,data_als)
below is the screenshot attached for the same.
Do you have a reproducer I can use here (dataset + ALS parameters that cause a NaN value)?
@milanABI - please re-open if this is still an issue for you
@benfred @Focus Currently i am using 0.6.2 version and I am getting an error while implementing grid search. I've double checked there is no NaN's in the data.
below is the screenshot attached for the same.