This chapter contains two advanced use cases in Python, one example in Java and one example in R.
- For the examples in Python, you need to create a
.comet.config
file and place it in this directory:
[comet]
api_key=YOUR_COMET_API_KEY
workspace=YOUR_WORKSPACE
project_name=YOUR_PROJECT_NAME
- You need to install the packages contained in the
requirements.txt
file. To install them, you can run the following command:
pip install -r requirements.txt
To make the examples in Java and R work, you can follow the steps described in the Book.