Skip to content

The implementation and addtional material of AAAI2020 paper "Stable Learning via Sample Reweighting"

Notifications You must be signed in to change notification settings

Silver-Shen/Stable_Linear_Model_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Stable_Linear_Model_Learning

The implementation of AAAI2020 paper "Stable Learning via Sample Reweighting"

Example:

# Load data to a numpy array X with shape n (sample) by p (feature)
...
...
...
# Calculate new sample weights based on decorrelation operator
weights = decorrelation(X)

# Incorporate sample weights to downstream tasks e.g. Weighted Least Squares
...
...
...

About

The implementation and addtional material of AAAI2020 paper "Stable Learning via Sample Reweighting"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages