SKLearn TypeError: got an unexpected keyword argument 'as_frame'

后端 未结 0 781
刺人心
刺人心 2021-01-05 02:35

I have two lines of code

from sklearn.datasets import load_wine

X, y = load_wine(as_frame=True, return_X_y=True)

And I\'m getting the follow

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