Skip to content

bujniewicz/mdm-ml-for-developers

Repository files navigation

Machine Learning in Python for developers

Codebase for the talk given at Mindspace Developers Meetup on 2019-04-25.

The presentation slides are available here: https://bujniewicz.github.io/mdm-ml-for-developers/

The repository consists of:

  • github pages files: index.html which is the jupyter notebook converted to slides and mdm-ml-url.svg which is a QR code containing a link to this very repository.
  • requirements.txt for dependency tracking.
  • ML in Python for developers.ipynb - jupyter notebook containing the editable presentation.
  • Two machine learning models and validators:

Local setup

I was using Python 3.7.1 for running the code contained in this repository. However, I've verified it works in 3.6.7 as well. It will not work before CPython 3.6 due to reliance on class parameter declaration order.

To work on the repo, create an environment of your preference (docker, virtualenv, venv module, etc.) and pip install -r requirements.txt.

To start the jupyter notebook, run jupyter notebook.

To build the presentation, run make slides.

Questions and comments

Feel free to contact me on https://twitter.com/bujniewicz.

About

Introductory Machine Learning talk codebase and slides.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published