All Projects → ACM-VIT → Good-Client-Bad-Client

ACM-VIT / Good-Client-Bad-Client

Licence: other
Help us build a Credit Card Approval system - using Machine Learning!

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Good-Client-Bad-Client

hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-27.78%)
Mutual labels:  hacktoberfest2020
react-simple-boilerplate
Simple React Boilerplate with Webpack, Github Actions, Scss, Lazy Loading etc....
Stars: ✭ 38 (+111.11%)
Mutual labels:  hacktoberfest2020
DigiPass
DigiPass (Paywall) WordPress plugin
Stars: ✭ 11 (-38.89%)
Mutual labels:  hacktoberfest2020
Alexa-skills-starters
💻 A collection of super cool Amazon Alexa skills for complete newbies. 💻
Stars: ✭ 24 (+33.33%)
Mutual labels:  hacktoberfest2020
simplePythonProgram
No description or website provided.
Stars: ✭ 21 (+16.67%)
Mutual labels:  hacktoberfest2020
Ecommerce-Site
A simple E-commerce site made with HTML, SCSS and JavaScript.
Stars: ✭ 13 (-27.78%)
Mutual labels:  hacktoberfest2020
o-fish-web
Web application for the Officer's Fishery Information Sharing Hub (O-FISH). The web app allows agencies to gain insights from the aggregated information gathered during a routine vessel inspection (submitted via the web app).
Stars: ✭ 29 (+61.11%)
Mutual labels:  hacktoberfest2020
o-fish-android
Android app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Stars: ✭ 19 (+5.56%)
Mutual labels:  hacktoberfest2020
companies-on-blm
We are collecting corporate statements in response to racial injustice, along with Diversity/Inclusion reports and ICE contract information. We have several issues for requested companies, please feel free to add more!
Stars: ✭ 21 (+16.67%)
Mutual labels:  hacktoberfest2020
FirstPRChallenge
Kick start your Open Source by making your personalized profile card
Stars: ✭ 14 (-22.22%)
Mutual labels:  hacktoberfest2020
Learning-Resources
Learning resources for newbies.
Stars: ✭ 20 (+11.11%)
Mutual labels:  hacktoberfest2020
SoundTouch-Chrome-Extension
📢 💻 SoundTouch Bose Chrome Extension, Display the current playing music, control the Soundtouch and more...
Stars: ✭ 17 (-5.56%)
Mutual labels:  hacktoberfest2020
sugestoes-temas
Repositório de sugestões para temas para talks, posts, podcasts, vídeos e/ou qualquer outro conteúdo voltado Android.
Stars: ✭ 33 (+83.33%)
Mutual labels:  hacktoberfest2020
hacktoberfest 2021
Solve the given questions, and submit a PR.💬 Make sure you submit the solution in the correct folder. ✔
Stars: ✭ 44 (+144.44%)
Mutual labels:  hacktoberfest2020
RustLabs
The Ultimate Workshop Track for #Rust Developer
Stars: ✭ 22 (+22.22%)
Mutual labels:  hacktoberfest2020
node-banner
Easily integrate ASCII flavored banners to your CLI tool
Stars: ✭ 18 (+0%)
Mutual labels:  hacktoberfest2020
ngecilin
Chrome Extension to shorten your looooong URL
Stars: ✭ 23 (+27.78%)
Mutual labels:  hacktoberfest2020
competetive-code-hacktoberfest
For Hacktoberfest Contribution
Stars: ✭ 14 (-22.22%)
Mutual labels:  hacktoberfest2020
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (+427.78%)
Mutual labels:  hacktoberfest2020
HACKTOBERFEST-2020-flutter-interview-questions
Flutter interview questions with answers
Stars: ✭ 44 (+144.44%)
Mutual labels:  hacktoberfest2020

Kicking Off Hacktoberfest with ACM-VIT!

Good Client, Bad Client

Help us build a Credit Card Approval System - Using Machine Learning!

made-by-acm license stars forks

Overview

The main motive of the project is to build a machine learning model to predict if an applicant is 'good' or 'bad' client, different from other tasks, the definition of 'good' or 'bad' is not given.

Credit score cards are a common risk control method in the financial industry. It uses personal information and data submitted by credit card applicants to predict the probability of future defaults and credit card borrowings. The bank is able to decide whether to issue a credit card to the applicant. Credit scores can objectively quantify the magnitude of risk.

In dataset,application_record.csv is the table/file that has information about all the customers regarding their socio-economic status and credit_record.csv is the file/table that has all the payment/default records for a given client.


Usage

Run the following command to install all the required packages for this project

pip install -r requirements.txt

Lets get started!


 git remote add
 git fetch 
 git merge

Dataset

Link to the data set is here.


Submitting a Pull Request

  • Fork the repository by clicking the fork button on top right corner of the page
  • Clone the target repository. To clone, click on the clone button and copy the https address. Then run
git clone [HTTPS-ADDRESS]
  • Go to the cloned directory by running
cd [NAME-OF-REPO]
  • Create a new branch. Use
 git checkout -b [YOUR-BRANCH-NAME]
  • Make your changes to the code. Add changes to your branch by using
git add .
  • Commit the chanes by executing
git commit -m "your msg"
  • Push to remote. To do this, run
git push origin [YOUR-BRANCH-NAME]
  • Create a pull request. Go to the target repository and click on the "Compare & pull request" button. Make sure your PR description mentions which issues you're solving.
  • Wait for your request to be accepted.

Guidelines for Pull Request

  • Avoid pull requests that :
    • are automated or scripted
    • that are plagarized from someone else's branch
  • Do not spam
  • Project maintainer's decision on validity of PR is final.

For additional guidelines, refer to participation rules


What counts as a PR?

Check out our issues and try to solve them !


Interacting with Issues

  • There are helper issues that detail all you have to do to complete the project.
    • Read the helper issues and work on the corresponding code in your fork of the repo.
    • If you have some doubt regarding the 'help' given, comment below the issue.
    • If you have some doubt not related to any 'helper issue/s' open, Open up a new issue, select doubt and fill in the template.
  • If you want to provide some extra help to fellow participants, open up a new helper issue. Don't include any solution/code!
  • Do not spam

Authors

Authors: Aryan Vats, Aditya Nalini, Varun Srinivasan

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].