Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
1
try
:
2
from
sklearn.model_selection
import
train_test_split
3
except
ImportError:
4
from
sklearn.cross_validation
import
train_test_split
Callers
nothing calls this directly
Calls
6
PCA
Class · 0.90
LogisticRegression
Class · 0.90
accuracy
Function · 0.90
fit
Method · 0.45
transform
Method · 0.45
predict
Method · 0.45
Tested by
no test coverage detected