EpistasisLab / EpistasisLab/tpot

My Tpot give me nested model as follows, could you tell me how to use the model? or give me an example

Open
#695 1 comment 0 reactions 0 assignees View on GitHub
question
Dominant language
Jupyter Notebook
Stars
10.1k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

The nested model:
Best pipeline: RandomForestClassifier(LogisticRegression(PCA(SelectFwe(input_matrix, alpha=0.045), iterated_power=3, svd_solver=randomized), C=1.0, dual=False, penalty=l1), bootstrap=False, criterion=gini, max_features=0.5, min_samples_leaf=3, min_samples_split=12, n_estimators=100)

As we can see, the model use SelectFwe, PCA, LogisticRegression and RandomForestClassifier, but i don`t find the example about nested model. Could you tell me how can i find an example about this, or how to run the model? Thank you!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.