Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethicalml/reproducible-machine-learning
List of articles that contain best practices about reproducible machine learning
https://github.com/ethicalml/reproducible-machine-learning
Last synced: 17 days ago
JSON representation
List of articles that contain best practices about reproducible machine learning
- Host: GitHub
- URL: https://github.com/ethicalml/reproducible-machine-learning
- Owner: EthicalML
- Created: 2018-11-07T07:13:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T07:40:13.000Z (about 6 years ago)
- Last Synced: 2024-11-06T12:49:03.515Z (2 months ago)
- Size: 135 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproducible Machine Learning
## About this repo
This repository contains a list of articles about reproducible machine learning.
This repository was proposed and is primarily maintaned by Aneesh Karve, CTO and co-founder of QuiltData.
## What is reproducible machine learning?
Reproducible machine learning is generally defined as the ability to abstract your machine learning operations into atomic computations consisting of its constituent parts. Reproducibility also deals with concepts such as versioning, abstraction of ML libraries, containerisation, and beyond.
Reproducible Step
Atomic step = Input + Code + Output
Reproducible Graph
Computational graph = atomic steps + graph
## Articles
* [Reproducible Machine Learning with Jupyter and Quilt](https://blog.dominodatalab.com/reproducible-machine-learning-with-jupyter-and-quilt/) - Tutorial on quilt to introduce reproducible machine learning through a simple function: code + data + model = reproducible ML Aneesh Karve, CTO and co-founder of QuiltData