Tushar_Bagul

Results 1 comments of Tushar_Bagul

You can probably try following code, _from sklearn.model_selection import cross_val_score_ cross_val_score(model, X, Y, cv=3)