Skip to content

Theoretical study of LS-SVM with additional fairness constraints.

Notifications You must be signed in to change notification settings

csejourne/ls_svm_fair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In this project, we deal with binary classification with LS-SVM in a large-dimensional setting. We want to do a performance analysis similar to this article, but while adding fairness constraints. We will focus on the separation property.

Clone the environment using conda

conda env create -n fair_ls_svm -f environment.yml

then

conda activate fair_ls_svm

Run the file

python run.py

To modify the parameters of the experiments, edit the corresponding option in the file run.py.

About

Theoretical study of LS-SVM with additional fairness constraints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published