An open API service indexing awesome lists of open source software.

https://github.com/andreasthinks/python-ml-tutorial


https://github.com/andreasthinks/python-ml-tutorial

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Evidence House Machine Learning Workshop

The purpose of this tutorial is to take you through a range of core ML techniques

This notebook is available on Kaggle, as both:
- [a completed notebook](https://www.kaggle.com/code/crimsoneer/eh-python-ml-tutorial-complete)
- [a tutorial to complete](https://www.kaggle.com/crimsoneer/eh-python-ml-tutorial)

## Installation

### Start with Binder

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/AndreasThinks/python-ml-tutorial/HEAD?labpath=notebooks%2F1-tutorial.ipynb)

## Credits

This repository was only possible thanks to others repository that as used. In particular I would like to call out:
* [mlflow-training](https://github.com/theopinard/mlflow-training)
* [python-devcontainer-template](https://github.com/godatadriven/python-devcontainer-template)
* [recipes-examples](https://github.com/mlflow/recipes-examples)