FLAML icon indicating copy to clipboard operation
FLAML copied to clipboard

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

Open shivam-maurya-git opened this issue 1 year ago • 1 comments

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

shivam-maurya-git avatar Dec 24 '23 12:12 shivam-maurya-git

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

Programmer-RD-AI avatar May 27 '24 03:05 Programmer-RD-AI