Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betaandbit/rml2
second edition of RML book
https://github.com/betaandbit/rml2
Last synced: 15 days ago
JSON representation
second edition of RML book
- Host: GitHub
- URL: https://github.com/betaandbit/rml2
- Owner: BetaAndBit
- Created: 2023-06-04T21:43:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-03T23:15:31.000Z (over 1 year ago)
- Last Synced: 2024-11-09T22:41:18.100Z (2 months ago)
- Homepage: http://rml.mi2.ai/
- Size: 48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Hitchhiker’s Guide to Responsible Machine Learning 2.0
*second edition with code snippets in Python and R*
This book is a unique entanglement of theory, examples and processes relevant to Responsible Machine Learning. You will find intuitions and examples for Interpretable Machine Learning (IML) and eXplainable Artificial Intelligence (XAI). Descriptions are supplemented by code snippets with examples for Python and R with the use of DALEX package. Finally, the process is shown through a comic book describing the adventures of two characters, Beta and Bit. The interaction of these two shows the decisions that analysts often face, whether to try a different model, try another technique for exploration or look for other data -- questions like how to compare models or validate them.
All examples are fully reproducible so that one can replay all adventures on a local desktop.
Model development is a responsible and challenging task but also an exciting adventure. Sometimes textbooks focus only on the technical side, losing all the fun. Here we are going to have it all.
## Materials
* Free flipbook: https://RML.mi2.ai
* Data: [R/covid_spring.csv](R/covid_spring.csv)
* Data: [R/covid_summer.csv](R/covid_summer.csv)
* Data: [Python/py_covid_spring.csv](Python/py_covid_spring.csv)
* Data: [Python/py_covid_summer.csv](Python/py_covid_summer.csv)Please, note that these are artificial datasets generated to mimic relations present in the real data.
## Other language versions
* Polish: *Wprowadzenie do Modelowania Predykcyjnego* [GitHub](https://github.com/BetaAndBit/MiniML), [flipbook](https://betaandbit.github.io/MiniML/)
* Spanish: *La Guía del Viajero al Aprendizaje Automático Responsable* [GitHub](https://github.com/BetaAndBit/RML_ES), [flipbook](https://betaandbit.github.io/RML_ES/)
* German: *Per Anhalter durch die Galaxis des verantwortungsvollen maschinellen Lernens* [flipbook](https://betaandbit.github.io/RML_DE/), [paperback](https://www.amazon.de/-/en/Przemyslaw-Biecek/dp/8365291185/)
* Turkish: *Sorumlu Makine Öğrenmesi Rehberi* [GitHub](https://github.com/BetaAndBit/RML_TR), [flipbook](https://betaandbit.github.io/RML_TR/)
* Vietnamese: *4.0.1 Cùng xây dựng Model Machine Learning với Bêta và Bít* [GitHub](https://github.com/BetaAndBit/RML_VN), [flipbook](https://betaandbit.github.io/RML_VN/)