MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / bow_classifier.py

File bow_classifier.py

nlp_class2/bow_classifier.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Course URL:
2# https://deeplearningcourses.com/c/natural-language-processing-with-deep-learning-in-python
3# https://udemy.com/natural-language-processing-with-deep-learning-in-python
4from __future__ import print_function, division

Callers

nothing calls this directly

Calls 5

GloveVectorizerClass · 0.85
fit_transformMethod · 0.45
transformMethod · 0.45
fitMethod · 0.45
scoreMethod · 0.45

Tested by

no test coverage detected