EpistasisLab / EpistasisLab/tpot2

edit/consolidate default configuration dictionary

Open
#76 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

**Regressors:**

We include ElasticNetCV, LassoLarsCV, SGDRegressor, and RidgeCV. These are all basically linear regression. Let's remove all but SGDRegressor (or maybe ElasticNetCV). SGDRegressor can also potentially overlap with SVR. Or remove all and add sklearn.linear_model.LinearRegression

**Transformers:**
I don't think that MaxAbsScaler and MinAbsScaler are often useful, so I would argue for their removal.

Similarly, I don't think we need both RobustScaler and StandardScaler

**Classifiers:**
SGDClassifier can implement both LogisticRegression and SVC. I would keep SVC and Logistic regression and remove SGDClassifier.

related to #60

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.