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

https://github.com/pat-alt/optimalsubsampling

This project investigates if and how systematic subsampling can be applied to imbalanced learning.
https://github.com/pat-alt/optimalsubsampling

bias-variance subsampling

Last synced: 4 months ago
JSON representation

This project investigates if and how systematic subsampling can be applied to imbalanced learning.

Awesome Lists containing this project

README

          

---
title: "README"
output: github_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

# optimalSubsampling

This project investigates if and how systematic subsampling can be applied to imbalanced learning.
All details can be found in this [Jupyter notebook](notebook.ipynb) - good if you want a condensed, interactive version and like working with Jupyter notebooks. For a better reading experience I would recommend using the more detailed [HTML](model_selection.html). A quick overview is provided below.

## Overview

The case for subsampling involves $n >> p$, so very large values of $n$. In such cases we may be interested in estimating model coefficients $\hat\beta_m$ instead of $\hat\beta_n$ where $p\le m<