Created
December 13, 2025 00:34
-
-
Save etechoptimist/38efc68c0bd3be5a0dbe7aa9b7a7c875 to your computer and use it in GitHub Desktop.
dvc_tracking_octoberdataset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dvc add data/raw/analysis_oct_2025/analysis.csv | |
| git commit -m "October 2025 monitoring dataset" | |
| git add dvc.yaml dvc.lock src/feature_engineering.py data\features\. | |
| dvc add data/raw/analysis_oct_2025/analysis.csv | |
| dvc commit | |
| git add data/raw/analysis_oct_2025/analysis.csv.dvc data/raw/analysis_oct_2025/.gitignore | |
| git commit -m "October 2025 monitoring dataset" | |
| git tag -a v-oct2025-monitoring -m "Monitoring dataset for October 2025" | |
| dvc push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment