Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eljandoubi/building-a-reproducible-model-workflow
https://github.com/eljandoubi/building-a-reproducible-model-workflow
hydra mlflow mlops numpy pandas pandas-profiling scikit-learn scipy wandb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eljandoubi/building-a-reproducible-model-workflow
- Owner: eljandoubi
- License: other
- Created: 2023-08-28T06:45:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T09:54:45.000Z (over 1 year ago)
- Last Synced: 2024-04-17T15:09:15.214Z (9 months ago)
- Topics: hydra, mlflow, mlops, numpy, pandas, pandas-profiling, scikit-learn, scipy, wandb
- Language: Jupyter Notebook
- Homepage:
- Size: 20.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Build a Reproducible Model Workflow - Exercises
This repo contains the code for demos, exercises, and exercise solutions.
This repository organizes the code by the lessons that they are used in. Each set of code is located in their respective lessons.
Please note that certain instructions for each exercise, as well as any relevant environment setup, are only provided within the Udacity classroom.
## Example:
All lesson 2 files are in `/lesson-2-data-exploration-and-preparation/`.This directory contains: `demo`, `exercises`, with the `exercises` directory organized by the exercise number, and therein containing an exercise `README.md` file and `starter` and `solution` directories.