ClimbsRocks / auto_ml

[UNMAINTAINED] Automated machine learning for analytics & production
http://auto-ml.readthedocs.io
MIT License
1.64k stars 310 forks source link

edge case: let the user pass in a .csv file as X_test_already_transformed #386

Open ClimbsRocks opened 6 years ago

ClimbsRocks commented 6 years ago

we'll probably want to add in some logging, or make that the return value, in place of what we currently have for return_X_transformed.

and, i guess in that case, we wouldn't want to automatically delete it from ram once we're done with it.