-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyper parameters tuning for model #48
Comments
The hyper-parameters tuning is pretty easy to be performed using Gridsearch. There are some questions thought:
cc: @momegas , @gcharis , @stavrostheocharis |
Do you believe that there is a time threshold (e.g. not take more than 20 seconds)?
Do you believe that we have to set an evaluation metric threshold(e.g. if model achieves 90% accuracy, pick that model)?
The model training will be performed once per training set. Means that we will retrain the model only if the training set changes. Do we need to keep track of models (e.g. by using MLflow?)
Regardless of whether we use MLflow or not, do we need to save somewhere the hyper-parameters of the optimal model?
|
I think its important to keep the target of Whitebox in mind. The target is monitoring not create models (at least not now) Think about this and if we can have just this in the timebox we have good. Otherwise, I would look at something else. |
Having some discussions with @stavrostheocharis , we concluded that the requirements of this task are still pretty blurry. I will try to simplify them with some simple questions below, so please @momegas - when you have the time, let us know.
|
I think we should not spend more time on this as a better model will not give much value to WB at the moment since we are missing more core features. |
Sure I can close the ticket @momegas . |
I would keep this as an issue in the backlog, in order to further investigate it and implement an enhancement in the future |
It was actually requested! You are right. I will re-open this. |
We should explore alternatives like https://optuna.org/ here. |
No description provided.
The text was updated successfully, but these errors were encountered: