https://github.com/juliasilge/supervised-ml-case-studies-course
Supervised machine learning case studies in R! 💫 A free interactive tidymodels course
https://github.com/juliasilge/supervised-ml-case-studies-course
machine-learning online-course rstats supervised-machine-learning
Last synced: about 1 year ago
JSON representation
Supervised machine learning case studies in R! 💫 A free interactive tidymodels course
- Host: GitHub
- URL: https://github.com/juliasilge/supervised-ml-case-studies-course
- Owner: juliasilge
- License: mit
- Created: 2019-06-01T21:32:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T19:30:06.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T13:35:01.062Z (over 1 year ago)
- Topics: machine-learning, online-course, rstats, supervised-machine-learning
- Language: CSS
- Homepage: https://supervised-ml-course.netlify.app/
- Size: 50.1 MB
- Stars: 221
- Watchers: 13
- Forks: 76
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Welcome to the course repo for **[Supervised Machine Learning: Case Studies in R](https://supervised-ml-course.netlify.com/)**! 🎉
You can access [this course for free online](https://supervised-ml-course.netlify.com/).
This course approaches supervised machine learning using:
- the [tidyverse](https://www.tidyverse.org/)
- the [tidymodels](https://www.tidymodels.org/) ecosystem
The interactive course site is built on the amazing framework created by [Ines Montani](https://ines.io/), originally built for her [spaCy course](https://course.spacy.io). The front-end is powered by
[Gatsby](http://gatsbyjs.org/) and [Reveal.js](https://revealjs.com) and the
back-end code execution uses [Binder](https://mybinder.org). [Florencia D'Andrea](https://florencia.netlify.com/) helped port the course materials and made the fun logo.
[](https://mybinder.org/v2/gh/juliasilge/supervised-ML-case-studies-course/binder)

To learn more about building a course on this framework, see Ines's starter repos for making courses in [Python](https://github.com/ines/course-starter-python) and [R](https://github.com/ines/course-starter-r), and her explanation of how the framework works at [the original course repo](https://github.com/ines/spacy-course#-faq). The original version of this course based on the R package caret [is available here](https://caret-ml-course.netlify.app/).
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.
The course material in this course is licensed [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/), meaning you are free to use it, change it, and remix it as long as you give appropriate credit and distribute any new materials under the same license. The _code_ is [MIT](https://opensource.org/licenses/MIT)-licensed.