Skip to content

Commit

Permalink
removed useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Soriano committed Oct 8, 2019
1 parent ba7b31a commit a092d24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions service/csv_detective_ml/prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ def get_most_frequent(list_predictions):
dict_columns[header].append(most_freq_label)
return dict_columns


# pp = joblib.load("models/model.joblib")
# y_pred, csv_info = get_columns_ML_prediction("/home/pavel/temp/1614614e-44f8-4ee6-8e1a-24c172c596e2.csv", pipeline=pp)
# dict_columns = get_columns_types(y_pred, csv_info)
# print(dict_columns)
if __name__ == '__main__':
import joblib

Expand Down

0 comments on commit a092d24

Please sign in to comment.