An open API service indexing awesome lists of open source software.

https://github.com/bblodfon/ml-course-2022

Benchmarking ML classification models on spam dataset
https://github.com/bblodfon/ml-course-2022

benchmark classification ml-course mlr3 spam spam-classification

Last synced: 4 months ago
JSON representation

Benchmarking ML classification models on spam dataset

Awesome Lists containing this project

README

          

# ml-course-2022

This repo is part of a series of lectures given at Oslo University Hospital during the fall of 2022 (ML course for Cancer Researchers).

Our aim is to show how different ML models can be tuned, trained and tested using the `spam` dataset.
Along the way, several Machine Learning principles (e.g. bias-variance trade-off) are demonstrated to gain further insight into each model's behavior.
We used the [mlr3](https://github.com/mlr-org/) ML framework for model building and evaluation.

A gitbook report is [available online](https://bblodfon.github.io/ml-course-2022/).