diff --git a/README.md b/README.md index c509964..1e0b92f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ * [spark](#spark) * [mapreduce-python](#mapreduce-python) * [amazon web services](#aws) -* [algorithmia](#algorithmia) * [command lines](#commands) * [misc](#misc) * [notebook-installation](#notebook-installation) @@ -283,7 +282,7 @@ IPython Notebook(s) demonstrating miscellaneous functionality. | Notebook | Description | |--------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [regex](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/misc/regex.ipynb) | Regular expression cheat sheet useful in data wrangling.| -[Algorithmia Examples](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/algorithmia/Algorithmia.ipynb) | Algorithmia is a marketplace for algorithms. This notebook showcases 4 different algorithms: Face Detection, Content Summarizer, Latent Dirichlet Allocation and Optical Character Recognition.| +[algorithmia](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/misc/Algorithmia.ipynb) | Algorithmia is a marketplace for algorithms. This notebook showcases 4 different algorithms: Face Detection, Content Summarizer, Latent Dirichlet Allocation and Optical Character Recognition.| ## notebook-installation diff --git a/algorithmia/__init__.py b/algorithmia/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/images/algorithmia.png b/images/algorithmia.png deleted file mode 100644 index 85209c4..0000000 Binary files a/images/algorithmia.png and /dev/null differ diff --git a/algorithmia/Algorithmia.ipynb b/misc/Algorithmia.ipynb similarity index 100% rename from algorithmia/Algorithmia.ipynb rename to misc/Algorithmia.ipynb