Why do I receive this numpy error when using statsmodels to predict test values?

后端 未结 0 628
旧时难觅i
旧时难觅i 2020-12-21 02:42

I am getting an error when trying to use statsmodels .predict to predict my test values.

Code:

X_train, X_test, y_train, y_test = train_test_split(X_ne         


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