Lending Club Loans: Brief Introduction LendingClub is a US peer-to-peer lending company, headquartered in San Francisco, California.[3] It was the first peer-to-peer lender to register its offerings as securities with the Securities and Exchange Commission (SEC), and to offer loan trading on a secondary market. LendingClub is the world's largest peer-to-peer lending platform. Objective Building a model that predicts whether the borrower can payback the loan or not, so in the future we can assess the customer and whether or not he's likely to payback his loan. Main Strategy Our main objective is not lending a person that is not going to payback his loan which would be a Type 1 error, Therefore we must depend on the recall score of the loans not payed category by doing methods that might reduce our accuracy but ultimately increasing our recall. Step 1: Exploratory Data Analysis and Feature Engineering Getting a general idea of datatypes and null values for each column Using Seaborn to visualize the data by plotting charts We see that the labels are imbalanced with a ratio of 4:1 (fully_paid, charged_off) Imbalance between Fully Paid and being Charged Off can negatively affect our model that tries to have a high recall score for the Charged Off label, a poor recall score could be achieved when overfitting to the Fully Paid portion We downsample the fully paid portion to the size of the charged off portion. Removing outliers that may result in misleading interpretations. Handling nan values and transforming strings to numeric data-types Dropping columns if they won't be used in our model or be used in feature engineering. Extracting the zip-code from the address column. Encoding columns and getting dummy variables. Filling na values with the mean for values that don't have a high correlation with the loan status. Using Random Forest Regressor to predict the missing values in the mort_acc column as it is highly correlated to the loan_status. Step 2: Building the model Splitting the data into train and test data 80, 20 split Taking the test data and upsampling the fully paid portion to get a realistic summary of the metrics Using a sequential model for our ANN model Building the model to have 4 layers and an activation of rectified linear unit(except the last layer which is sigmoid), a Dropout of 0.2 and building it for binary classification using the Adam optimizer. Saving the model and checking the losses for the model. Checking the predictions. Conclusion: We get a well rounded classification report, and we get a recall score of 0.81 and an accuracy score of 0.80, we can further tune our model and get better recall score for charging off for example but that may affect our overall accuracy and that depends on how we want our model to perform.
Lending-Club-Loans - Using TensorFlow to create an ANN model to predict whether people would charge off or pay back their loans.
Overview
DIAL(Did I Alert Lambda?) is a centralised security misconfiguration detection framework which completely runs on AWS Managed services like AWS API Gateway, AWS Event Bridge & AWS Lambda
DIAL(Did I Alert Lambda?) is a centralised security misconfiguration detection framework which completely runs on AWS Managed services like AWS API Gateway, AWS Event Bridge & AWS Lambda
Easy-apply-bot - A LinkedIn Easy Apply bot to help with my job search.
easy-apply-bot A LinkedIn Easy Apply bot to help with my job search. Getting Started First, clone the repository somewhere onto your computer, or down
Translates English into Mandalorian (Mando'a) utilizing a "funtranslations" free API
Mandalorian Translator Translates English into Mandalorian (Mando'a) utilizing a "funtranslations" free API About I created this app to experiment wit
This software's intent is to automate all activities related to manage Axie Infinity Scholars. It is specially aimed to mangers with large scholar roasters.
Axie Scholars Utilities This software's intent is to automate all activities related to manage Scholars. It is specially aimed to mangers with large s
A simple Discord bot that can fetch definitions and post them in chat.
A simple Discord bot that can fetch definitions and post them in chat. If you are connected to a voice channel, the bot will also read out the definition to you.
A telegram mirror bot with an integrated RSS feed reader.
About What is this repo? This is a slightly modified fork which includes some extra features & memes added to my liking. How's this different from the
Telegram Bot to learn English by words and more.. ( in Arabic )
Get the mp3 files Extract the mp3.rar on the same file that bot.py on install requirements pip install -r requirements.txt #Then enter you bot token
Download videos from Youtube and other platforms through a Telegram Bot
ytdl-bot Download videos from YouTube and other platforms through a Telegram Bot Usage: https://t.me/benny_ytdlbot Send link from YouTube directly to
Market calendar RESTful API with holiday, late open, and early close. Over 50+ unique exchange calendars for global equity and futures markets.
Trading Calendar Market calendar RESTful API with holiday, late open, and early close. Over 50+ unique exchange calendars for global equity and future
Roblox-Account-Gen - A simple account generator not using paid solving services
Roblox Account Generator Star this if it helped to spread awareness! No 2captcha
A VCVideoPlayer Bot for Telegram made with ๐ By @TeamDeeCoDe
VC Video Player How To Host โจ Heroku Deploy โจ The easiest way to deploy this Bot is via Heroku. Credit ๐ฅ |๐ฎ๐ณ Louis |๐ฎ๐ณ Sammy |๐ฎ๐ณ Blaze |๐ฎ๐ณ S
Telegram bot for stream music on telegram, powered by py-tgcalls and Pyrogram
Telegram Streamer Bot Telegram bot for stream music on telegram, powered by py-tgcalls and Pyrogram โจ Features Coming soon, help me to improve it ๐ C
๐ ๐๐ฅ๐ญ๐ข๐ฆ๐๐ญ๐ ๐๐๐ฅ๐๐ ๐ซ๐๐ฆ ๐๐จ๐ญ ๐ ๐จ๐ซ ๐ ๐จ๐ซ๐๐ข๐ง๐ ๐๐จ๐ฎ๐ซ ๐๐ซ๐จ๐ฎ๐ฉ ๐๐๐ฆ๐๐๐ซ๐ฌ ๐๐จ ๐๐ฎ๐๐ฌ๐๐ซ๐ข๐๐ ๐๐จ๐ฎ๐ซ ๐๐๐ฅ๐๐ ๐ซ๐๐ฆ ๐๐ก๐๐ง๐ง๐๐ฅ
๐๐จ๐ฐ ๐๐จ ๐๐๐ฉ๐ฅ๐จ๐ฒ For easiest way to deploy this Bot click on the below button ๐๐๐๐ ๐๐ฒ ๐๐ฎ๐ฉ๐ฉ๐จ๐ซ๐ญ ๐๐ซ๐จ๐ฎ๐ฉ ๐๐จ๐ฎ๐ซ๐๐๐ฌ ๐ ๐ข๐ง๐
A repository for 8G server's discord bot
8G Discord-Bot A general-purpose discord bot for the 8G Discord-Server To setup: Create a new file called secrets.py and make it look like this TOKEN=
Stock trading bot made using the Robinhood API / Python library...
High-Low Stock trading bot made using the Robinhood API / Python library... Index Installation Use Development Notes Installation To Install and run t
Scrape the Twitter Frontend API without authentication.
Twitter Scraper ๐ฐ๐ท Read Korean Version Twitter's API is annoying to work with, and has lots of limitations โ luckily their frontend (JavaScript) has
MashaRobot : New Generation Telegram Group Manager Bot (๐ธFast ๐ธPython๐ธPyrogram ๐ธTelethon ๐ธMongo db )
MashaRobot Me On Telegram โจ MASHA โจ This is just a demo bot.. Don't try to add to your group.. Create your own bot How To Host The easiest way to depl
Stream Telegram files to web
Telegram File Stream Bot A Telegram bot to stream files to web Demo Bot ยป Report a Bug | Request Feature Table of Contents About this Bot Original Rep
Discord bots that update their status to the price of any coin listed on x.vite.net
Discord bots that update their status to the price of any coin listed on x.vite.net
Find rare users in discord servers
BadgeScraper Find rare users in discord servers How to use Replace the guild_id, server_id and token by the values you wanna use If you never used dis