Amulya Badal
Jan 9, 2021

Hi @Einav Tam - Glad you liked the blog. I have shared the link to the code in github. (Search "code" in this blog. Its a link to the github with code.)

Over there, you will find a json which has training job configuration. (Easy option - search "accuracy" in the jupyter notebook and in In[11] you will find how I have defined the metric).

Similarly, you will find tuning_job_config, which is a json that has objective metric for tuning job. (Easy option - Search HyperParameterTuningJobObjective and under that you will see "MetricName": "acc").

And then you use these configurations when you launch hyperparameter tuning job. (you will find it in In[13] in jupyter notebook)

Hope this helps.

Thank you!

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Amulya Badal
Amulya Badal

Written by Amulya Badal

AI / ML / DL | Data | Creativity | Technology | Design

Responses (1)

Write a response

Thank you so much for your help,
it seems to work now
Einav