25
loading...
This website collects cookies to deliver better user experience
# import comet_ml at the top of your file
from comet_ml import Experiment
# Create an experiment with your api key
experiment = Experiment(
api_key="PUT HERE MY API KEY",
project_name="decisiontree",
workspace="PUT HERE MY ACCOUNT NAME",
)
pip3 install comet_ml