Skip to content

Commit

Permalink
right rile for run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmavro committed Oct 31, 2021
1 parent 9b98fb6 commit 4933392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ def ensemble_predictions(predictions_1, predictions_2, predictions_3):

final_mixed_predictions = create_output(tX_test, average_predictions_0, average_predictions_1, average_predictions_2, average_predictions_3)

OUTPUT_PATH_ENSEMBLE= '../data/submission_ensemble.csv' # name towards logistic output
OUTPUT_PATH_ENSEMBLE= '../data/submission_best.csv' # name towards logistic output

create_csv_submission(ids_test, final_mixed_predictions, OUTPUT_PATH_ENSEMBLE) # print csv file according to ensemble results

0 comments on commit 4933392

Please sign in to comment.