You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: