Note: This repository is currently under construction!
This repository is my playground for getting in touch with machine learning.
It currently contains notebooks, which I use as cheat sheets respectively playground for libraries like numpy, pandas, scikit-learn and mathplotlib.
In addition build models for dummy problems.
Current dummy problems:
- Classify Urls (01_classification_url)
To view, run and edit the notebooks you just need to run the following commands. (I assume you have docker installed and your user is in the docker group)
git clone git@github.com:chrgue/machine-learning-python.git
cd machine-learning-python
docker run -it --name notebook --rm -p 8888:8888 -v <PATH_TO_REPOSITORY>:/home/jovyan/work jupyter/scipy-notebookVisit the url you see in the terminal.
Something like http:localhost:8080?token=[TOKEN].