alteryx / evalml

EvalML is an AutoML library written in python.
https://evalml.alteryx.com
BSD 3-Clause "New" or "Revised" License
765 stars 86 forks source link

Smarter AutoML Parameterization #1693

Closed chukarsten closed 3 years ago

chukarsten commented 3 years ago

Source PR/Issue: #1650 / #1640 .

KNN nearest neighbors parameters set to search n_neighbors 2-12 for initial classifier development. Will await completion of performance testing of KNN classifier to set this.

class KNeighborsClassifier(Estimator): """ K-Nearest Neighbors Classifier. """ name = "KNN Classifier" hyperparameter_ranges = { "n_neighbors": Integer(2, 12), "weights": ["uniform", "distance"],

chukarsten commented 3 years ago

404 error bug in github made dupes