https://github.com/khuyentran1401/reproducible-data-science
Tutorials on creating a reproducible and maintainable data science project
https://github.com/khuyentran1401/reproducible-data-science
data-science machine-learning mlops mlops-workflow python
Last synced: about 1 year ago
JSON representation
Tutorials on creating a reproducible and maintainable data science project
- Host: GitHub
- URL: https://github.com/khuyentran1401/reproducible-data-science
- Owner: khuyentran1401
- Created: 2022-03-25T01:33:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T17:03:50.000Z (about 4 years ago)
- Last Synced: 2025-03-27T03:51:18.906Z (about 1 year ago)
- Topics: data-science, machine-learning, mlops, mlops-workflow, python
- Language: Jupyter Notebook
- Homepage: https://khuyentran1401.github.io/reproducible-data-science/
- Size: 3.87 MB
- Stars: 143
- Watchers: 5
- Forks: 34
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/khuyentran1401/reproducible-data-science) [](https://khuyentran1401.github.io/reproducible-data-science)
# Build a Reproducible and Maintainable Data Science Project
As data science projects increase in requirements, such as reliability, maintainability, and scalability, the complexity of projects increases significantly.

[Image by xkcd](https://xkcd.com/1838/)
Thus, having reproducible data science workflows ensures consistency in our results, making it easier to debug and maintain these projects.
[This book](https://khuyentran1401.github.io/reproducible-data-science) introduces Python tools for developing efficient workflows for reproducible and maintainable data science projects. We introduce best practices and tools which enable data scientists to be able to adapt to the ever growing demand in complexity, while ensuring that their systems are reliable.
At the end of this book you will learn how to structure your project, effectively use parameters, loggers, and pipelines to be able to test, debug, and build reproducible results from your workflows.
## What is Reproducibility?
If a data science project is reproducible, results obtained from the project should be achieved again with a high degree of reliability when the project is replicated by another person in another machine.

[Image by xkcd](https://xkcd.com/242/).
## What is Maintainability?
If a data science project is maintainable, others can debug, maintenance, and add more features to the project with ease without breaking the code.

[Image by xkcd](https://xkcd.com/2138/).
## About The Author
Khuyen Tran wrote over 150 data science articles with 100k+ views per month on Towards Data Science. She also wrote 500+ daily data science tips at Data Science Simplified. Her current mission is to make open-source more accessible to the data science community.