Git Product home page Git Product logo

sakshibabbar2019 / classification-suite-and-methods-for-performance-evaluation Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 59 KB

Predictive problems requires three main challenges to overcome. First, choosing the right classification algorithm. Second, building a robust building and testing environment for algorithm to learn and thirdly, picking the appropriate performance metric for evaluation. Here it is explained how these challenges can be addressed.

Jupyter Notebook 100.00%
decision-tree-classifier knearest-neighbor-classifier logistic-regression naive naive-bayes-classifier support-vector-machines

classification-suite-and-methods-for-performance-evaluation's Introduction

Classification-suite-and-Methods-for-Performance-Evaluation

Predictive problems requires three main challenges to overcome. First, choosing the right classification algorithm. Second, building a robust building and testing environment for algorithm to learn and thirdly, picking the appropriate performance metric for evaluation. Here it is explained how these challenges can be addressed.

Finding the best classification algorithm is a experimental process that depends upon characteristics of data set and the theory of classification algorithms. Most of the time we do not have prior knowledge of data set pattern and behaviour to decide which algorithm will be best suitable for given application data set. To address this difficulty, a general approach is to make a suit of different classification algorithms and apply it on the data set to compare the performance of different algorithms and pick the the one that gives the best performance. This repository contains a python file that explains how to make a suit of classification algorithms ,evaluate their performace, and picking the the best.

The list of classification algorithms that will be used to make a suit are:

  1. Logistic regression

  2. Naive Bayes

  3. Decision tree

  4. K nearest neighbor

  5. Support vector Regression

There are different techniques that can use the given data set to create robust learning enviornment and create useful estimates of performance of the classification models. These techniques are: Hold -out, k cross validation, repeated hold-out and Leave one out cross validation. A deep undertsanding of these techniques are demonstrated using a small data set with practical implementation in python.

Performance metrices such as, confusion matrix, precision, recall, ROC curve and AUC are also discussed. In order to use these metrices, scikit learn library that supports built-in functionality of these measures are used.

classification-suite-and-methods-for-performance-evaluation's People

Stargazers

 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.