1

I used random search and got the best hyper parameters for my model, can I pass that model to the AutoML?

Does AutoML do the random search for the best hyper parameters by itself? or is there something I need to pass?

blackraven
  • 5,284
  • 7
  • 19
  • 45

1 Answers1

0

I presume you're referring to Google Cloud AutoML. It is a cloud-based Machine Learning (ML) platform that suggests a no-code approach to building data-driven solutions. AutoML was designed to build custom models for both newcomers and experienced machine learning engineers.

For newcomers, you could use Vertex AI (fully automated) to build a ML model: enter image description here

For experienced ML engineers, you could also use AutoML Tabular to build a custom model, with the ability to select a model and input the selected hyperparameters: enter image description here

You can read more details from here

blackraven
  • 5,284
  • 7
  • 19
  • 45
  • 1
    I'm curious of how you found my question after 7 months? Thank you for answering! –  Aug 29 '22 at 07:22
  • 1
    I'm learning and searching for info, then I chanced into this question. I thought I might as well apply my newly learnt knowledge, haha! – blackraven Aug 29 '22 at 07:25
  • 1
    thanks for accepting my answer.. would you be able to upvote as well, if you dont mind :-) haha, you will be helping me get the "machine-learning" badge, because i'm only missing 1 vote, thanks thanks! – blackraven Aug 29 '22 at 07:25
  • 1
    I wanted to, but I didn't have enough reputation, now I suddenly can after you replied :) –  Aug 29 '22 at 07:39
  • 1
    you've just gained 2 more points today, how timely! hahaha – blackraven Aug 29 '22 at 07:41
  • Congrats on getting the badge you deserve it –  Aug 29 '22 at 07:42
  • 1
    Hey thanks! I've just got awarded that badge today... Yay!!! Do ping me when you have other ML questions or Python questions, I'd try to answer them, cheers! – blackraven Aug 30 '22 at 07:16