dorienh / jesse

4 stars 0 forks source link

Predict function for csv file #7

Open dorienh opened 3 years ago

dorienh commented 3 years ago

I believe you were also working on a predict function to add a column with prediction probabilities to a dataframe from 1 csv file:

jesse/dataset/production_data_for_new_prediction/production.csv

function input = dataframe function output = column with prediction values (probabilities is fine)

(Do also keep the prediction on the 10% test set like is now.)

Luckygyana commented 3 years ago

Ok I will do this