-
Notifications
You must be signed in to change notification settings - Fork 28
Issues: EpistasisLab/tpot2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Should 'classification=True' be 'classification=self.classification'?
#150
opened Sep 18, 2024 by
jgh9094
Replace remaining calls to legacy Something isn't working
enhancement
New feature or request
np.random.seed()
bug
#112
opened Nov 17, 2023 by
chimaerase
TPOT1 feature Parity: cuML configuration dictionaries
enhancement
New feature or request
#101
opened Oct 3, 2023 by
perib
Idea for a two step preprocessing pipeline
enhancement
New feature or request
#100
opened Oct 3, 2023 by
perib
implement a callback function/class
enhancement
New feature or request
#99
opened Oct 3, 2023 by
perib
Add support for ordinal categorical columns
enhancement
New feature or request
#98
opened Oct 3, 2023 by
perib
Genetic Feature Selection Improvements
enhancement
New feature or request
#96
opened Oct 3, 2023 by
perib
optimization of preprocessing pipeline
enhancement
New feature or request
#95
opened Oct 2, 2023 by
perib
add support for regressors in the complexity objective function
enhancement
New feature or request
#94
opened Oct 2, 2023 by
perib
This issue for TPOT1 brought up a good idea about outlier detection https://github.com/EpistasisLab/tpot/issues/1166
enhancement
New feature or request
#93
opened Oct 2, 2023 by
perib
Add option for successive halving based on time or convergence rather than number of generations.
enhancement
New feature or request
#92
opened Oct 2, 2023 by
perib
Better integrate Optuna Optimization
enhancement
New feature or request
#90
opened Oct 2, 2023 by
perib
Rename survival_percentage to something clearer.
API
enhancement
New feature or request
#89
opened Oct 2, 2023 by
perib
Automatically generate names for lambda/partial functions used as custom objective functions
API
enhancement
New feature or request
#88
opened Oct 2, 2023 by
perib
Idea for Successive Halving to avoid repeated re-evaluations of the same pipeline.
enhancement
New feature or request
#85
opened Sep 28, 2023 by
perib
Idea: Preventing getting stuck with variable number of mutations
enhancement
New feature or request
question
Further information is requested
#84
opened Sep 28, 2023 by
perib
add a scorer that counts selected number of features
enhancement
New feature or request
#83
opened Sep 28, 2023 by
perib
shuffle cv folds every generation?
enhancement
New feature or request
question
Further information is requested
#82
opened Sep 28, 2023 by
perib
Test that TPOTEstimator, TPOTClassifier, TPOTRegressor have a) same params, b) meet the sklearn baseestimator conventions
to test
unit or integration test
#81
opened Sep 28, 2023 by
perib
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.