Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul committed Aug 9, 2020
1 parent 6e0ee0a commit f4562f4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
@@ -1,2 +1,12 @@
# Wine quality prediction
Modelling a Kaggle dataset of [red wine properties and quality ratings](https://www.kaggle.com/uciml/red-wine-quality-cortez-et-al-2009).
This repository demonstrates how to integrate [GitHub Actions](https://docs.github.com/en/actions) to:

- Automatically train a small Random Forest Regressor model on the [wine quality dataset](https://www.kaggle.com/uciml/red-wine-quality-cortez-et-al-2009).
- Automatically log the training and other important model metrics to Weights and Biases (`wandb`).
- Cache Python dependencies so that old dependencies do not get installed each time a run is triggered.
- Generate a `metrics.csv` file after a run is successfully completed.

![](https://i.ibb.co/JqZWHDC/image.png)

## Acknowledgements

[This video](https://www.youtube.com/watch?v=9BgIDqAzfuA) by DVCorg helped me a lot to clear the initial concepts regarding GitHub Actions.

0 comments on commit f4562f4

Please sign in to comment.