aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
627 stars 86 forks source link

ImportError: cannot import name 'train_test_data_setup' #452

Closed kurvaraviteja355 closed 2 years ago

kurvaraviteja355 commented 2 years ago

When I tried to import the train test data setup it through the error, before i have installed all the requirements but I don't know why am I getting thi error

nicl-nno commented 2 years ago

Hello!

Can you provide the example of your script?

l-ightmare commented 2 years ago

When I tried to import the train test data setup it through the error, before i have installed all the requirements but I don't know why am I getting thi error

try 'from fedot.core.data.data_split import train_test_data_setup' , it should resolve your error.

nicl-nno commented 2 years ago

I think this issue is outdated and can be closed.