Skip to content
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

Fix #46 #55

Merged
merged 5 commits into from
Dec 10, 2015
Merged

Fix #46 #55

merged 5 commits into from
Dec 10, 2015

Conversation

rhiever
Copy link
Contributor

@rhiever rhiever commented Dec 10, 2015

Add preprocessing operators:

  • StandardScaler
  • RobustScaler
  • PolynomialFeatures
  • PCA

The bias feature causes issues for other operators.
1) Removed `dt_feature_selection()` because it is extremely slow with
large numbers of columns, and should no longer be necessary thanks to
PolynomialFeatures.

2) The minimum number of n_neighbors for k-nearest neighbors
classifiers is now 2.

3) Limit the RFE step size to [0.1, 0.99] to keep its runtime in a
reasonable range.

4) Remove some extraneous docs for the TPOT class.
Added export support for:

* StandardScaler

* RobustScaler

* PolynomialFeatures

* PCA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant