GithubHelp home page GithubHelp logo

pat-alt / optimalsubsampling Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 14.99 MB

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

HTML 24.76% Jupyter Notebook 75.20% R 0.03% TeX 0.01%
subsampling bias-variance

optimalsubsampling's Introduction

README

optimalSubsampling

This project investigates if and how systematic subsampling can be applied to imbalanced learning. All details can be found in this Jupyter notebook - 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. 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 β̂m instead of β̂n where p ≤ m <  < n with m freely chosen by us. In practice we may want to do this to avoid high computational costs associated with large n as discussed above. The basic algorithm for estimating β̂m is simple:

  1. Subsample with replacement from the data with some sampling probability {πi}.
  2. Estimate least-squares estimator β̂m using the subsample.

Here we look at a few of the different subsampling methods investigated and proposed in Zhu et al, 2015, which differ primarily in their choice of subsampling probabilities {πi}. The baseline results from Zhu et al, 2015, are replicated here and consistent with the authors’ findings: systematic subsampling can greatly improve model performance.

optimalsubsampling's People

Contributors

pat-alt avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.