카테고리 없음

[Keras] lyle code 에서 y_pred = cross_val_predict(estimator, x_train_res, y_train_res, cv=kfold)

ML.chang 2019. 1. 11. 10:36
y_pred = cross_val_predict(estimator, x_train_res, y_train_res, cv=kfold)


#얘가 반환하는 결과는 무엇인가?