Skip to content

Commit

Permalink
updated usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmlee committed Dec 7, 2024
1 parent 80ff3b9 commit cd248f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ python scripts/download_data.py \
python scripts/validate_data.py \
--raw_data_path=data/Raw/NHANES_age_prediction.csv \
--write_to=data/processed/validated_data.csv

python scripts/data_split.py \
--validated_data_path=data/processed/validated_data.csv \
--write_to=data/processed

python scripts/eda.py \
--x_train_path=data/processed/X_train.csv \
--y_train_path=data/processed/y_train.csv \
--write_to=reports/figures/eda_histogram.png

```

3. To run the analysis, open src/age_group_classification.ipynb in Jupyter Lab you just launched and under the "Kernel" menu click "Restart Kernel and Run All Cells..."
Expand Down

0 comments on commit cd248f5

Please sign in to comment.