MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / sentiment.py

File sentiment.py

nlp_class/sentiment.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# This code is for my NLP Udemy class, which can be found at:
2# https://deeplearningcourses.com/c/data-science-natural-language-processing-in-python
3# https://www.udemy.com/data-science-natural-language-processing-in-python
4# It is written in such a way that tells a story.

Callers

nothing calls this directly

Calls 7

LogisticRegressionClass · 0.85
my_tokenizerFunction · 0.70
tokens_to_vectorFunction · 0.70
fitMethod · 0.45
scoreMethod · 0.45
predictMethod · 0.45
predict_probaMethod · 0.45

Tested by

no test coverage detected