Skip to content

Commit

Permalink
Update readme with model benchmark link (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrridgeway authored Feb 28, 2024
1 parent aeb947c commit 4637011
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 96 deletions.
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ The downsides of LightGBM are that it is:
* Painful to train, since it has a large number of hyperparameters.
* Prone to over-fitting if not trained carefully, unlike other methods such as random forest.

For a more in depth report on the performance and accuracy trade-offs between LightGBM and XGBoost specific to our use case, please see our [Model Benchmark](https://github.com/ccao-data/report-model-benchmark?tab=readme-ov-file#model-benchmark) repository.

### Framework Selection

We use [Tidymodels](https://www.tidymodels.org/) as our primary machine-learning framework. Tidymodels is a set of R packages that work well together and with the [Tidyverse](https://www.tidyverse.org/). These packages abstract away complicated machine-learning logic and allow us to focus on improving our data and models.
Expand Down
Loading

0 comments on commit 4637011

Please sign in to comment.