Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Need estimators like support vector machine, Decision Tree, Naïve Bayes Classifier. #1264

Open
shivam-maurya-git opened this issue Dec 24, 2023 · 1 comment

Comments

@shivam-maurya-git
Copy link

shivam-maurya-git commented Dec 24, 2023

I am using AutoML to do a classification task, but I need more estimators other than given in documentation. Please take a look.

@Programmer-RD-AI
Copy link
Contributor

Custom estimator. Use custom estimator for:
tuning an estimator that is not built-in;
customizing search space for a built-in estimator.

You have the ability to create your own custom estimators, that should allow you to use more estimators by custom making them...
You can follow the: https://microsoft.github.io/FLAML/docs/Use-Cases/Task-Oriented-AutoML#guidelines-on-tuning-a-custom-estimator Documentation to see how to create a custom estimator...
Thank you

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants