Skip to content

Commit

Permalink
Updated import order for Comet auto-tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
svpino committed Apr 16, 2024
1 parent 0062a2d commit afaa213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion program/cohort.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1868,12 +1868,13 @@
"import json\n",
"import os\n",
"import tarfile\n",
"\n",
"from pathlib import Path\n",
"from comet_ml import Experiment\n",
"\n",
"import keras\n",
"import numpy as np\n",
"import pandas as pd\n",
"from comet_ml import Experiment\n",
"from keras import Input\n",
"from keras.layers import Dense\n",
"from keras.models import Sequential\n",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
numpy
pandas
matplotlib
comet-ml
scikit-learn
python-dotenv
ipytest
Expand All @@ -13,4 +14,3 @@ nbdev
nbclient
ipykernel
Flask
comet-ml

0 comments on commit afaa213

Please sign in to comment.