Skip to content

Commit

Permalink
final model with 0.92 validation accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
namannarula committed May 23, 2021
1 parent d9895ab commit 265724d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing_trained_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def mapper(val):
label_value = mapper(pred_label)

# Predicting the final result
print("Predicted: {}".format(label_value))
print("Predicted: {}".format(label_value))

0 comments on commit 265724d

Please sign in to comment.