sml = Speedml(train='../input/train.csv', test='../input/test.csv', target = 'Survived',uid = 'PassengerId')
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/site-packages/speedml/init.py", line 46, in init
base.data_n()
TypeError: unbound method data_n() must be called with Base instance as first argument (got nothing instead)
thanks
The text was updated successfully, but these errors were encountered:
the error:
thanks
The text was updated successfully, but these errors were encountered: