Giter Site home page Giter Site logo

fairedu-regression's Introduction

FairEdu-regression

run_experiment.ipynb contains codes to run the main experiments in the paper.

fairness_evaluation.ipynb provides codes to calculte the fairness metrics reported in the paper.

Best hyperparameters to obtain the reported results are as follows:

  • Random Forests:
    • Numeracy: (max_depth=70,max_features='sqrt',min_samples_leaf=1, min_samples_split=3,n_estimators=1000,bootstrap=False)
    • Reading: (max_depth=100,max_features='auto',min_samples_leaf=2, min_samples_split=2,n_estimators=600,bootstrap=True)
    • Writing: (max_depth=80,max_features='sqrt',min_samples_leaf=1, min_samples_split=5,n_estimators=600,bootstrap=False)
  • MLP:
    • Numeracy: (hidden_layer_sizes=(200,100),solver="lbfgs", activation="identity" ,alpha=0.0001,learning_rate='constant',random_state=42, max_iter=3000,early_stopping=True,n_iter_no_change=20)
    • Reading: (hidden_layer_sizes=(300,100),solver="lbfgs", activation="identity" ,alpha=0.01,learning_rate='constant',random_state=42, max_iter=3000,early_stopping=True,n_iter_no_change=20)
    • Writing: (hidden_layer_sizes=(500, 240, 120),solver="lbfgs", activation="identity" ,alpha=0.1,learning_rate='constant',random_state=42, max_iter=3000,early_stopping=True,n_iter_no_change=20)
  • XGBoost:
    • Numeracy: (gamma=0.02,learning_rate=0.1,max_depth=8,min_child_weight=6,n_estimators=1000,colsample_bytree=0.7,subsample=0.4,reg_alpha=0.0001,reg_lambda=1,seed=42)
    • Reading: (gamma=0.01,learning_rate=0.1,max_depth=12,min_child_weight=12,n_estimators=1000,colsample_bytree=0.4,subsample=0.8,reg_alpha=0.0001, reg_lambda=1,seed=42)
    • Writing: (gamma=0.02,learning_rate=0.1,max_depth=4,min_child_weight=10,n_estimators=1000,colsample_bytree=0.8,subsample=0.7,reg_alpha=0.01, reg_lambda=1,seed=42)

More training details can be found in this document.

Feel free to contact me([email protected]) if you have any questions.

fairedu-regression's People

Contributors

lilylikeart avatar

Watchers

 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.