From 6355736b99051ce6397b1abc4cde3a5bc42facfa Mon Sep 17 00:00:00 2001 From: Jonas Weinz Date: Mon, 11 Jun 2018 21:49:56 +0200 Subject: [PATCH] added direct download links in notebook --- .../simple_approach/simple_twitter_learning.ipynb | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Project/simple_approach/simple_twitter_learning.ipynb b/Project/simple_approach/simple_twitter_learning.ipynb index 2c5bd06..b32de54 100644 --- a/Project/simple_approach/simple_twitter_learning.ipynb +++ b/Project/simple_approach/simple_twitter_learning.ipynb @@ -63,6 +63,15 @@ "## loading train data" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "* Download preprocessed raw data:\n", + " * [here](https://the-cake-is-a-lie.net/nextcloud/index.php/s/MmXFYj6mGoMQoJN) for english\n", + " * [here](https://the-cake-is-a-lie.net/nextcloud/index.php/s/HgqpQ6rFadtWSAt) for german" + ] + }, { "cell_type": "code", "execution_count": 4, @@ -2526,7 +2535,9 @@ "----\n", "## testing area\n", "\n", - "**for just testing, start from here!**" + "**for just testing, start from here!**\n", + "\n", + "download the dumped classifier and vectorizer from [here](https://the-cake-is-a-lie.net/nextcloud/index.php/s/NjMXamfwQsyrefG)" ] }, {