Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lostintangent/intro-to-ml

🎓 Simple to use notebooks, based on the scikit-Learn and matplotlib tutorials
https://github.com/lostintangent/intro-to-ml

machine-learning scikit-learn tutorial

Last synced: 3 months ago
JSON representation

🎓 Simple to use notebooks, based on the scikit-Learn and matplotlib tutorials

Awesome Lists containing this project

README

        

# 🎓 Intro to Machine Learning

This repo includes some simple-to-use notebooks, based on the [scikit-Learn tutorials](https://scikit-learn.org/stable/tutorial/basic/tutorial.html#an-introduction-to-machine-learning-with-scikit-learn) and [matplotlib tutorials](https://matplotlib.org/stable/tutorials/introductory/pyplot.html). These are meant purely for illustration purposes, in order to show off notebooks in Codespaces. Otherwise, the aforementioned tutorials are the authoritative sources of this content.

[![Open in Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new?repo=lostintangent/intro-to-ml)

## Getting Started

1. Open this repo in a Codespace (click the button above!)
2. Open one of the notebooks
3. Click the `Select kernel` button in the upper-right and select `Python 3.10.4 64-bit`
4. Have fun! 🚀