The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

How Does AutoML work and how to see the hyperparameter tuning?

Hello,
How does AutoML work, does it always choose the same hyperparameters for each ML algorithm or does it tune based on the data in the model? Also, if I want to report the hyperparameter tuning for a paper, how can I do so after using autoML?
Thank You.

Best Answer

Answers

  • Hi  @DennisBaloglu
    After run automodel you can view each model with theri processes, including the parameters optimization part.  You can read it or change it. 

    regards
  • Thank you, can you tell me the process of clicks to get to the hyperparameters? For instance "click 1" --> "click 2" --> etc...
  • I found it. However, in the operator description it only gives me the default values. In AutoML does it always use these default parameters? If not, how can I check what was actually used in the model?
  • Hi @DennisBaloglu

    When the automodel finish you can see these buttons in each created models
    Clicking here you launch a complete proccess. Then if you dive into the operator you can see the parameters used by each one in this particular model. 

    Regards
  • Got it, thanks!
Sign In or Register to comment.