Skip to content
Snippets Groups Projects
Commit d587257c authored by Danial Hezarkhani's avatar Danial Hezarkhani
Browse files

logging the score in the model prediction method.

parent 09077477
No related branches found
No related tags found
1 merge request!10Updated Sentiment_Analysis NN and trained Model
......@@ -41,7 +41,7 @@ class SentimentAnalysis():
prediction = model.predict(review)
self.logger.debug("Prediciting score: {}".format(input))
self.logger.debug("Prediciting score: {}".format(prediction[0][0]))
return prediction[0][0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment