Skip to content

Commit

Permalink
forgot to call nbdev_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Oct 29, 2023
1 parent f115bc0 commit 611a5fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
# Text Classification

Maybe let’s start by doing some [text
classification](text_classification.ipynb).
classification](text_classification.ipynb) ([open in google
colab](https://colab.research.google.com/github/ephes/data_science_tutorial/blob/main/text_classification.ipynb)).

Is it possible to link directly to [word frequency
distribution](text_classification.ipynb#Word-frequency-distribution)?

## Numpy

Expand Down
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\n",
"This tutorial covers topics that are relevant or interesting for me for some kind of reason 😄. Have fun!\n",
"\n",
"At the moment this tutorial undergoes "
"> 🚧 At the moment this tutorial is **under construction** 🚧"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions text_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
],
"source": [
"#|hide\n",
"%pip install -Uqq pandas seaborn ds_tut"
]
},
Expand Down

0 comments on commit 611a5fe

Please sign in to comment.