Created
December 13, 2025 00:50
-
-
Save etechoptimist/3b272f6a910cd9dd9355f9a56d82281f to your computer and use it in GitHub Desktop.
dvc_feature_engineering_production
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 stage add -n feature_engineering_analysis_oct_2025 \ | |
| -d data/raw/analysis_oct_2025/analysis.csv \ | |
| -d src/feature_engineering.py \ | |
| -o data/features/engineered_features_analysis_oct_2025.parquet \ | |
| python src/feature_engineering.py \ | |
| --input data/raw/analysis_oct_2025/analysis.csv \ | |
| --output data/features/engineered_features_analysis_oct_2025.parquet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment