Originally posted by **clabra** May 7, 2023
Hi,
In the [quick start document](https://github.com/pykt-team/pykt-toolkit/blob/main/docs/source/quick_start.md) it is said in the Tuning Protocol section that:
> We use the Bayes search method to find the best hyperparameter, it is expensive to run all the hyperparameter combinations. Hence, you can run the get_wandb_new file to check whether to stop the searching. We default to stop the searching if the number of the tuned hyperparameter combinations in each data fold is larger than 300 and there is no AUC improvement on the testing data in the last 100 rounds (output "end!").
But there is not _get_wandb_new_ file in the git repo.
I think _quick_start.md_ might need an update.
Thanks
Originally posted by clabra May 7, 2023 Hi, In the quick start document it is said in the Tuning Protocol section that:
We use the Bayes search method to find the best hyperparameter, it is expensive to run all the hyperparameter combinations. Hence, you can run the get_wandb_new file to check whether to stop the searching. We default to stop the searching if the number of the tuned hyperparameter combinations in each data fold is larger than 300 and there is no AUC improvement on the testing data in the last 100 rounds (output "end!").
But there is any _get_wandbnew file in the git repo.
I think _quickstart.md might need an update.
Thanks
Hi, thank you for your suggestions. Actually, we have simplified the parameter tunning steps, and the relevant instructions will be updated as soon as possible. Thanks!
Discussed in https://github.com/pykt-team/pykt-toolkit/discussions/104
Hi, thank you for your suggestions. Actually, we have simplified the parameter tunning steps, and the relevant instructions will be updated as soon as possible. Thanks!
I look forward to your update. Thanks and congrats for the project.
hi, we have revised the parameter tunning steps as seen in the document https://pykt-toolkit.readthedocs.io/en/latest/quick_start.html. If you have any other questions, please feel free to contact us. Thank you again for your interest in our work.