Commit ac58b5ff authored by Almouhannad's avatar Almouhannad

Remove Table on contents from hw1.ipynb

parent 7ee6b0d9
...@@ -5,11 +5,13 @@ ...@@ -5,11 +5,13 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"# ***Contents:***\n", "# ***Contents:***\n",
"* <a href=\"#0-setup\">0. Setup</a> \n", "- **0. Setup**\n",
"* <a href=\"#1-data-preprocessing\">1. Data-preprocessing</a> \n", "- **1. Data-preprocessing**\n",
"* <a href=\"#2-extracting-rules-using-apriori\">2. Extracting rules using apriori</a> \n", "- **2. Extracting rules using apriori**\n",
"* <a href=\"#3-extracting-rules-using-fp-growth\">3. Extracting rules using FP Growth</a> \n", "- **3. Extracting rules using FP Growth**\n",
"* <a href=\"#4-performance-comparison\">4. Performance comparison</a> " "- **4. Performance comparison**\n",
"\n",
"> You can navigate through contents using `outline` in your jupyter editor"
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment