ai engineer, data scientist
Nothing here yet.
Nothing here yet.
cross_val_score returns score of test fold where cross_val_predict returns predicted y values for the test fold. For the cross_val_score(), you are using the average of the output, which will be affected by the number of folds because then it may hav...
