Giter Site home page Giter Site logo

leihao1 / comparison-of-machine-learning-prediction-models Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 7.0 243.08 MB

Compared different classification and regreesion models performance in scikit-learn by applying them on 20 datasets from UCL website.

License: MIT License

Jupyter Notebook 90.62% R 0.62% Python 8.76%
knn-classifier svc decision-tree-classifier random-forest adaboost logistic-regression naive-bayes-classifier svr decision-tree-regression guassian-processes

comparison-of-machine-learning-prediction-models's Introduction

Comparison of Machine Learning Prediction Models

Compared performance of different ML algorithms in both classification and regression tasks using scikit-learn framewok. The classification performance was evaluated by area under ROC and PR curves, the regression by MSE and R2 scores.

Classification

Dataset

  1. Diabetic Retinopathy
  2. Default of credit card clients
  3. Breast Cancer Wisconsin
  4. Statlog (Australian credit approval)
  5. Statlog (German credit data)
  6. Steel Plates Faults
  7. Adult
  8. Yeast
  9. Thoracic Surgery Data
  10. Seismic-Bumps

Classifier

  1. k-nearest neighbours classification
  2. Support vector classification
  3. Decision tree classification
  4. Random forest classification
  5. AdaBoost classification
  6. Logistic regression (for classification)
  7. Gaussian naive Bayes classification
  8. Neural network classification

Result

Regression

Dataset

  1. Wine Quality
  2. Communities and Crime
  3. QSAR aquatic toxicity
  4. Parkinson Speech
  5. Facebook metrics
  6. Bike Sharing
  7. Student Performance
  8. Concrete Compressive Strength
  9. SGEMM GPU kernel performance
  10. Merck Molecular Activity Challenge (from Kaggle)

Regressor

  1. Support vector regression
  2. Decision tree regression
  3. Random forest regression
  4. AdaBoost regression
  5. Gaussian process regression
  6. Linear regression
  7. Neural network regression

Result

Requirement

  • Install Anaconda
  • Create a conda env that contain python 3.7.5: conda create -n your_env_name python=3.7.5
  • Activate the environment (do this every time you open a new terminal): conda activate your_env_name
  • Install the requirements into this conda env: pip install --user --requirement requirements.txt
  • Run the jupyter notebook: jupyter notebook

Reference

comparison-of-machine-learning-prediction-models's People

Contributors

leihao1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

comparison-of-machine-learning-prediction-models's Issues

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.