This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Hyperparameters optimization #110
nikitaqwerty
started this conversation in
Ideas
Replies: 2 comments
-
|
can you please share your code for the same. I am also working on similar project for my company. It would be really helpful if I can save some time using your code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for taking the initiative to ask. It would be of great help to the community if you can share the code when you finish it. I would also love to learn how you iterated and reached a step where you managed to get a working model. Here's my LinkedIn ID if you would like to share your experience. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
I successfully used lightweight_mmm for my company needs. In my specific case I've found very useful to optimize hyperparameters of the model using hyperopt. In my case it saved me a lot of time to choice right model, to find better prior distribution parameters and brought me to meaningfully better results on validation set rather than whole manual parameter tuning.
However it took me some time of coding and debugging to create a reliable hyperparameter optimization and validation pipeline for this specific model.
I have some raw prototypes for this feature, but it still needs some coding work to be ready to get added as a feature to lightweight_mmm library. If community will find it useful I'll be glad to finish this work, refactor my code and contribute it to this repository as a new feature.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions