Skip to content

Commit

Permalink
Removed space
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinamXx committed Aug 14, 2022
1 parent 3ed5e46 commit 7f26e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ def prepare_training_data(data):
mlflow.log_metric("recall_label_0", recall_score(y_test, predicted, pos_label=0))
mlflow.log_metric("recall_label_1", recall_score(y_test, predicted, pos_label=1))
mlflow.log_metric("f1score_label_0", f1_score(y_test, predicted, pos_label=0))
mlflow.log_metric("f1score_label_1", f1_score(y_test, predicted, pos_label=1))
mlflow.log_metric("f1score_label_1", f1_score(y_test, predicted, pos_label=1))

0 comments on commit 7f26e16

Please sign in to comment.