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

[FEA] Add all_estimators function #5162

Open
sarahyurick opened this issue Jan 25, 2023 · 0 comments
Open

[FEA] Add all_estimators function #5162

sarahyurick opened this issue Jan 25, 2023 · 0 comments
Labels
0 - Backlog In queue waiting for assignment feature request New feature or request

Comments

@sarahyurick
Copy link

In scikit-learn, I'm able to do this:

from sklearn.utils import all_estimators

all_estimators()
[('ARDRegression', sklearn.linear_model._bayes.ARDRegression),
 ('AdaBoostClassifier', sklearn.ensemble._weight_boosting.AdaBoostClassifier),
 ('AdaBoostRegressor', sklearn.ensemble._weight_boosting.AdaBoostRegressor),
 ('AdditiveChi2Sampler', sklearn.kernel_approximation.AdditiveChi2Sampler),
 ('AffinityPropagation',
  sklearn.cluster._affinity_propagation.AffinityPropagation),
 ('AgglomerativeClustering',
  sklearn.cluster._agglomerative.AgglomerativeClustering),
 ('BaggingClassifier', sklearn.ensemble._bagging.BaggingClassifier),
...

I don't see a similar cuML function, although I think the implementation would be fairly similar to how scikit-learn does it. Would this utility feature be something cuML is willing to add support for?

@sarahyurick sarahyurick added ? - Needs Triage Need team to review and classify feature request New feature or request labels Jan 25, 2023
@dantegd dantegd added 0 - Backlog In queue waiting for assignment and removed ? - Needs Triage Need team to review and classify labels Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog In queue waiting for assignment feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants