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

You have no test dataset #120

Closed slgero closed 3 years ago

slgero commented 3 years ago

Hello, I try to follow steps as shown in this example, but I get an error You have no test dataset. How can I solve this problem?

image

ThomasBourgeois commented 3 years ago

I had this the other day. It's explained in the doc, you have to put at least one path where you input a test set, that is, one where the target is not present.

slgero commented 3 years ago

@ThomasBourgeois Thank you very much!