automl-gs icon indicating copy to clipboard operation
automl-gs copied to clipboard

How to predict a single Titanic data?

Open avinregmi opened this issue 6 years ago • 1 comments

I was able to train using the Titanic Dataset. In the docs it says to train use the following command: python3 model.py -d data.csv -m predict

Does this mean prediction features have to be in .csv file? Is it possible to predict a single row in a CSV file from python without using the terminal?

avinregmi avatar Mar 27 '19 03:03 avinregmi

Just wondering, Can you not make a new csv with just one row and use that for predicting?

amrrs avatar Apr 02 '19 08:04 amrrs