Skip to content

Instantly share code, notes, and snippets.

@etechoptimist
Created December 13, 2025 00:50
Show Gist options
  • Select an option

  • Save etechoptimist/3b272f6a910cd9dd9355f9a56d82281f to your computer and use it in GitHub Desktop.

Select an option

Save etechoptimist/3b272f6a910cd9dd9355f9a56d82281f to your computer and use it in GitHub Desktop.
dvc_feature_engineering_production
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