Open dorienh opened 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.)
Ok I will do this
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.)