AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 274 forks source link

Error while Running:df = rd.train_test_split(paths, target_name) #71

Closed HemantAHK closed 5 years ago

HemantAHK commented 5 years ago

I tried to run df = rd.train_test_split(paths, target_name) in Google colab and the error is cannot import name '_values_from_object'.

error Can anyone help me out?