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

File tweets.py

unsupervised_class/tweets.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/cluster-analysis-unsupervised-machine-learning-python
2# https://www.udemy.com/cluster-analysis-unsupervised-machine-learning-python
3# data from https://www.kaggle.com/benhamner/clinton-trump-tweets
4from __future__ import print_function, division

Callers

nothing calls this directly

Calls 5

filter_tweetFunction · 0.85
purityFunction · 0.70
fit_transformMethod · 0.45
fitMethod · 0.45
scoreMethod · 0.45

Tested by

no test coverage detected