ashwin153 / autofeat

automated exploratory data analysis
0 stars 0 forks source link

feat: allow users to make predictions on their own data with trained model #338

Closed adiraju13 closed 3 weeks ago

adiraju13 commented 3 weeks ago

OPEN ISSUES STILL:

  1. Dropped streaming = True in into_data_frame()
  2. Model trained does not include features computed for data in the test.csv file
  3. Right now the assumption is that a user provides all known columns in one file. If they do it across files it won't work.

Marked all of these as TODOs. #2 is highest priority.