automl-gs
automl-gs copied to clipboard
How to predict a single Titanic data?
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?
Just wondering, Can you not make a new csv with just one row and use that for predicting?