How can i find the train error with 70: 30 split on the data?

前端 未结 0 1865
隐瞒了意图╮
隐瞒了意图╮ 2020-12-03 03:45

X_train, X_test, Y_train, Y_test = train_test_split(X, Y, test_size=0.3, shuffle=False) This is how i split the data. I try to check about overfitting or underf

相关标签:
回答
  • 消灭零回复
提交回复
热议问题