Skip to content

Commit

Permalink
Update conda-lock, environment.yml, and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanan Pech committed Dec 13, 2024
1 parent d8d3215 commit 239e941
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 374 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: clean

all: report/count_report.html report/count_report_files
all: render_report

download_data:
python scripts/download_data.py \
Expand All @@ -12,21 +12,21 @@ clean_data: download_data
--raw-data='data/raw/ObesityDataSet_raw_data_sinthetic.csv' \
--name='ObesityDataSet_processed_data.csv' --data-to="data/processed/" \
--plot-to="results/figures" \
--html-to="results/htmls
--html-to="results/htmls"

split_preprocess_data: clean_data
python scripts/clean_data.py \
--raw-data='data/raw/ObesityDataSet_raw_data_sinthetic.csv' \
--name='ObesityDataSet_processed_data.csv' --data-to="data/processed/" \
--plot-to="results/figures" \
--html-to="results/htmls
--html-to="results/htmls"

eda: split_preprocess_data
python scripts/eda.py \
--training_data_split=data/processed/obesity_train.csv \
--plot_path=results/figures/

fit_obesity_classifier: eda
fit_obesity_classifier:
python scripts/fit_obesity_classifier.py \
--encoded-train-data=data/processed/obesity_train_target_encoding.csv \
--data-to=results/tables --preprocessor=results/models/obesity_preprocessor.pickle \
Expand Down
Loading

0 comments on commit 239e941

Please sign in to comment.