Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/VivekPa/AIAlpha
/ pca_auto.py
File
pca_auto.py
pca_auto.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
models.autoencoder
import
AutoEncoder
2
from
models.nnmodel
import
NNModel
3
from
models.rfmodel
import
RFModel
4
from
data_processor.data_processing
import
DataProcessing
Callers
nothing calls this directly
Calls
11
DataProcessing
Class · 0.90
AutoEncoder
Class · 0.90
RFModel
Class · 0.90
make_features
Method · 0.80
make_train_test
Method · 0.80
build_model
Method · 0.80
encode_data
Method · 0.80
check_labels
Method · 0.80
train_model
Method · 0.45
test_model
Method · 0.45
make_model
Method · 0.45
Tested by
no test coverage detected