-
Notifications
You must be signed in to change notification settings - Fork 183
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
Add Example for Comet #305
base: main
Are you sure you want to change the base?
Conversation
requirements.txt
@ParagEkbote Thanks for the PR. I'm worrying about the CI failure. All examples in this repository are continuously tested by the GitHub Actions, so I expect that this example can be tested too. It seems that the API key of the Comet is missing. Is is possible to generate the API key which can be used here? |
No, we will probably need to add it as a GitHub repo secret in Settings->Secrets and Variables->Actions. WDYT? cc: @HideakiImamura |
Thanks for the reply. I understood. Is it OK to use the generated API key of one of us (comitters) or should be use any universal API key? |
Unless there is an enterprise plan available, we will need to use an individual API key. cc: @HideakiImamura |
I'm not sure but how about https://www.comet.com/docs/v2/api-and-sdk/python-sdk/advanced/running-offline/ like WandB example
|
I discussed with other committers. It would be great to remove the CI configuration file from this PR. |
I have removed the CI config file. Could you please review? cc: @HideakiImamura |
Co-authored-by: Kento Nozawa <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about using the same objective and printing result code as
https://github.com/optuna/optuna-examples/blob/main/wandb/wandb_integration.py?
This is because it would be more easily understood without manually calling log_metric
and similar code to other MLops code (namely, wandb here).
Hi @HideakiImamura, thank you for directing us. |
I have updated the example. Could you please review? cc: @nzw0301 |
Lovely, I will check the changes this weekend! |
Fixes #269
I've setup an example with the scikit-learn breast cancer dataset and a Random Forest Classifier model. How do I set up the comet API key for CI?
cc: @not522