アプリ版:「スタンプのみでお礼する」機能のリリースについて

Q1)下記のexperiment = Experiment(project_name="matplotlib")に関する質問です。

mpl.use('TkAgg')

experiment = Experiment(project_name="matplotlib")
#ValueError: Comet.ml requires an API key. Please provide as the first argument
#to Experiment(api_key) or as an environment variable named COMET_API_KEY
t = np.arange(0.0, 2.0, 0.01)
s = 1 + np.sin(2*np.pi*t)
plt.plot(t, s)
以上、宜しくお願いします。

A 回答 (1件)

その Experiment とかいうのは


https://www.comet.com/docs/v2/api-and-sdk/python …
のことか?
    • good
    • 0

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!