https://github.com/andreasthinks/python-ml-senior-leaders
https://github.com/andreasthinks/python-ml-senior-leaders
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreasthinks/python-ml-senior-leaders
- Owner: AndreasThinks
- License: mit
- Created: 2023-06-28T22:20:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T07:47:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T22:44:22.399Z (3 months ago)
- Language: HTML
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
[](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)