Coder Social home page Coder Social logo

fintech-module12-challenge's Introduction

Supervised Machine Learning

Case Study

Please refer to the Report file and Jupyter notebook credit_risk_resampling.ipynb file.

Technical Environment

This tool utilises the following technologies:

Glossary

Accuracy is a measure of how often the model is correct. The ratio of correctly predicted observations to the total number of observations. It doesn't always communicate how precise the model is. Accuracy can be very susceptible to imbalanced classes.

(TP + TN) / (TP + TN + FP + FN)

Precision is the ratio of correctly predicted positive observations to the total predicted positive observations. High precision relates to a low false positive rate.

TP / (TP + FP)

Recall is the ratio of correctly predicted positive observations to all predicted observations for that class.

TP / (TP + FN)

Classification Report is used to identify the Precision, Recall and Accuracy of a model for each given class.

Confusion Matrix is used to identify the Model's recall. If FNs are very undesirable then it is best to use a Model with high recall.

Source: Monash University, FinTech Boot Camp learning material.

fintech-module12-challenge's People

Contributors

veronicahurtado avatar

Stargazers

 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.