EpistasisLab / EpistasisLab/tpot

Perfect score. Bad prediction..

Open
#804 12 comments 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

In a binary classification problem tpot is able to get a perfect score! Both in confusion matrix and classification report (all 1's!). However, prediction test set is around 0.6..
Tried using the following scoring. None help.

`Score = [ 'balanced_accuracy', 'f1', 'f1_macro', 'f1_weighted', 'average_precision']

tpot = TPOTClassifier(generations= 3, population_size=20, verbosity= 2, random_state=42,
early_stop=3, scoring= xx, max_time_mins= 10 , n_jobs= cpus,
cv=StratifiedKFold(n_splits=15)
)`

Any idea what's the cause/how to fix?

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.