Skip to content

Commit 4dfa992

Browse files
authored
Merge pull request #12 from explodinggradients/compare-charts
feat: plot and compare experiments
2 parents 721314a + 859b0a6 commit 4dfa992

File tree

8 files changed

+2384
-13
lines changed

8 files changed

+2384
-13
lines changed

nbs/dataset.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
"def to_pandas(self: Dataset) -> \"pd.DataFrame\":\n",
697697
" \"\"\"Convert dataset to pandas DataFrame.\"\"\"\n",
698698
" import pandas as pd\n",
699-
" \n",
699+
"\n",
700700
" # Make sure we have data\n",
701701
" if not self._entries:\n",
702702
" self.load()\n",

0 commit comments

Comments
 (0)