MCPcopy Index your code
hub / github.com/rushter/MLAlgorithms / pca.py

File pca.py

examples/pca.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1try:
2 from sklearn.model_selection import train_test_split
3except ImportError:
4 from sklearn.cross_validation import train_test_split

Callers

nothing calls this directly

Calls 6

PCAClass · 0.90
LogisticRegressionClass · 0.90
accuracyFunction · 0.90
fitMethod · 0.45
transformMethod · 0.45
predictMethod · 0.45

Tested by

no test coverage detected