EpistasisLab / EpistasisLab/tpot2

better thread efficiency for cv prunning with thresholds

Open
#72 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Jupyter Notebook
Stars
250
Forks
33
PR merge metrics
No merged PRs in 30d

Description

We could have better thread efficiency for early stopping with thresholds (when not used with selection early stopping). Currently, all threads need to come together at the end of each round of CV. Would be better if a single thread would evaluate a all the folds until termination (the same as regular evaluation).

related to #69 . It may be better to implement this as a standalone function or create a pruning API.

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.