Giter VIP home page Giter VIP logo

stochastic-logistic-sigmoid-regression's Introduction

Stochastic logistic sigmoid regression

SLR

Architecture

INSTALLATION

  • sklearn
  • numpy
  • cvxopt
  • pandas
  • Run on command:
    pip install -r requirements.txt

DATASETS

Download datasets : Link

TRAINING

  • K-Means clustering algorithm:
    python test.py --state train --path_data <path to dataset> --n_clus <number of cluters> --alpha <alpha> --option Kmean --threshold <not default> --max_loop<max training loop>
  • Approximate q-quantiles algorithm:
    python test.py --state train --path_data <path to dataset> --n_clus <number of cluters> --alpha <alpha> --option Quantile --threshold <not default> --max_loop<max training loop>

EVALUATION

  • Evaluate accuracy, f1 score, precision score, recall socre with number of clusters (level-quantiles) and time training:
    python test.py --state eval --path_data <path to dataset> --alpha <alpha> --min_iters <start iter> --max_iters <end iter>
  • Beside, we also provide custom procedure for evaluating accuracy, f1 score, precision score, recall socre with alpha in file model.py. That is
    def weight_eval_alpha() 

ISSUES

  • Data in together group K-Mean (level-quantiles) is a element. You'll see this Warning, to disable that Warning you can add -W ignore before function.py
    Architecture

RESULTS

  • Framingham Heart Disease datasets
    acc-h f1-h pre-h re-h
  • German Credit datasets acc-g f1-g pre-g re-g

TIME TRAINING

  • Framingham Heart Disease datasets
    time-h
  • German Credit datasets time-g

NOTE

If you don't select threshold, output model is accuracy of original logistic regression which is provided by sklearn library

python test.py --state train --path_data <path to dataset> --n_clus <number of cluters> --alpha <alpha> --option Kmean(or Quantile) 

stochastic-logistic-sigmoid-regression's People

Contributors

tuananhtran2431413 avatar tuantran23012000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.