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

https://github.com/andreasthinks/python-ml-senior-leaders


https://github.com/andreasthinks/python-ml-senior-leaders

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/ml-for-senior-leaders-workshop)
- [a tutorial to complete](https://www.kaggle.com/code/crimsoneer/ml-for-senior-leaders-workshop)

## Installation

### Use vscode on github (codespace)

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/AndreasThinks/python-ml-senior-leaders/tree/main?quickstart=1)

Once this is open, explore each notebook.

## 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)