Skip to content

Commit

Permalink
added report html, updated readme, added figures and tables from scri…
Browse files Browse the repository at this point in the history
…pts.
  • Loading branch information
sep-he committed Dec 8, 2024
1 parent 3469278 commit 03fa59e
Show file tree
Hide file tree
Showing 15 changed files with 3,378 additions and 2,425 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ python scripts/evaluate_models.py --test-data=data/processed/obesity_test_target

```
quarto render report/obesity_level_predictor_report.qmd --to html
quarto render report/obesity_level_predictor_report.qmd --to pdf
```

## Dependencies
Expand Down
2,088 changes: 2,088 additions & 0 deletions data/processed/ObesityDataSet_processed_data.csv

Large diffs are not rendered by default.

650 changes: 650 additions & 0 deletions report/obesity_level_predictor_report.html

Large diffs are not rendered by default.

2,412 changes: 0 additions & 2,412 deletions report/obesity_level_predictor_report.ipynb

This file was deleted.

Binary file added results/figures/Data_vali_targ_varib_dist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified results/figures/Obesity_test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified results/figures/categorical_feat_target_relationship.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified results/figures/correlation_heatmap_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified results/figures/numeric_feature_distribution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified results/figures/target_distribution_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
635 changes: 635 additions & 0 deletions results/htmls/feature_feature_correlation.html

Large diffs are not rendered by default.

11 changes: 2 additions & 9 deletions results/htmls/feature_label_correlation.html

Large diffs are not rendered by default.

Binary file modified results/models/trained_pipelines.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion results/tables/best_hyper_parameters.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Best Params,Best CV Accuracy
"{'classifier__metric': 'manhattan', 'classifier__n_neighbors': 3, 'classifier__weights': 'distance'}",0.8705479452054794
"{'classifier__C': 100, 'classifier__gamma': 0.01}",0.9547945205479452
"{'classifier__estimator__max_depth': 7, 'classifier__learning_rate': 0.5, 'classifier__n_estimators': 150}",0.9726027397260275
"{'classifier__estimator__max_depth': 8, 'classifier__learning_rate': 0.7, 'classifier__n_estimators': 100}",0.9746575342465753
4 changes: 2 additions & 2 deletions results/tables/cross_validation_scores.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KNN,SVM (RBF Kernel),AdaBoost + Decision Tree
0.006 (+/- 0.003),0.053 (+/- 0.006),0.220 (+/- 0.005)
0.022 (+/- 0.040),0.020 (+/- 0.001),0.006 (+/- 0.000)
0.007 (+/- 0.003),0.032 (+/- 0.011),0.183 (+/- 0.008)
0.017 (+/- 0.014),0.020 (+/- 0.007),0.005 (+/- 0.000)
0.812 (+/- 0.035),0.898 (+/- 0.020),0.965 (+/- 0.007)
0.880 (+/- 0.007),0.956 (+/- 0.003),1.000 (+/- 0.000)

0 comments on commit 03fa59e

Please sign in to comment.