NYC Data Science Academy| Blog
Bootcamps
Lifetime Job Support Available Financing Available
Bootcamps
Data Science with Machine Learning Flagship 🏆 Data Analytics Bootcamp Artificial Intelligence Bootcamp New Release 🎉
Free Lesson
Intro to Data Science New Release 🎉
Find Inspiration
Find Alumni with Similar Background
Job Outlook
Occupational Outlook Graduate Outcomes Must See 🔥
Alumni
Success Stories Testimonials Alumni Directory Alumni Exclusive Study Program
Courses
View Bundled Courses
Financing Available
Bootcamp Prep Popular 🔥 Data Science Mastery Data Science Launchpad with Python View AI Courses Generative AI for Everyone New 🎉 Generative AI for Finance New 🎉 Generative AI for Marketing New 🎉
Bundle Up
Learn More and Save More
Combination of data science courses.
View Data Science Courses
Beginner
Introductory Python
Intermediate
Data Science Python: Data Analysis and Visualization Popular 🔥 Data Science R: Data Analysis and Visualization
Advanced
Data Science Python: Machine Learning Popular 🔥 Data Science R: Machine Learning Designing and Implementing Production MLOps New 🎉 Natural Language Processing for Production (NLP) New 🎉
Find Inspiration
Get Course Recommendation Must Try 💎 An Ultimate Guide to Become a Data Scientist
For Companies
For Companies
Corporate Offerings Hiring Partners Candidate Portfolio Hire Our Graduates
Students Work
Students Work
All Posts Capstone Data Visualization Machine Learning Python Projects R Projects
Tutorials
About
About
About Us Accreditation Contact Us Join Us FAQ Webinars Subscription An Ultimate Guide to
Become a Data Scientist
    Login
NYC Data Science Acedemy
Bootcamps
Courses
Students Work
About
Bootcamps
Bootcamps
Data Science with Machine Learning Flagship
Data Analytics Bootcamp
Artificial Intelligence Bootcamp New Release 🎉
Free Lessons
Intro to Data Science New Release 🎉
Find Inspiration
Find Alumni with Similar Background
Job Outlook
Occupational Outlook
Graduate Outcomes Must See 🔥
Alumni
Success Stories
Testimonials
Alumni Directory
Alumni Exclusive Study Program
Courses
Bundles
financing available
View All Bundles
Bootcamp Prep
Data Science Mastery
Data Science Launchpad with Python NEW!
View AI Courses
Generative AI for Everyone
Generative AI for Finance
Generative AI for Marketing
View Data Science Courses
View All Professional Development Courses
Beginner
Introductory Python
Intermediate
Python: Data Analysis and Visualization
R: Data Analysis and Visualization
Advanced
Python: Machine Learning
R: Machine Learning
Designing and Implementing Production MLOps
Natural Language Processing for Production (NLP)
For Companies
Corporate Offerings
Hiring Partners
Candidate Portfolio
Hire Our Graduates
Students Work
All Posts
Capstone
Data Visualization
Machine Learning
Python Projects
R Projects
About
Accreditation
About Us
Contact Us
Join Us
FAQ
Webinars
Subscription
An Ultimate Guide to Become a Data Scientist
Tutorials
Data Analytics
  • Learn Pandas
  • Learn NumPy
  • Learn SciPy
  • Learn Matplotlib
Machine Learning
  • Boosting
  • Random Forest
  • Linear Regression
  • Decision Tree
  • PCA
Interview by Companies
  • JPMC
  • Google
  • Facebook
Artificial Intelligence
  • Learn Generative AI
  • Learn ChatGPT-3.5
  • Learn ChatGPT-4
  • Learn Google Bard
Coding
  • Learn Python
  • Learn SQL
  • Learn MySQL
  • Learn NoSQL
  • Learn PySpark
  • Learn PyTorch
Interview Questions
  • Python Hard
  • R Easy
  • R Hard
  • SQL Easy
  • SQL Hard
  • Python Easy
Data Science Blog > Meetup > The Tale of LendingClub

The Tale of LendingClub

Xue Wang
Posted on Dec 6, 2022

Introduction

LendingClub, a financial services company headquartered in San Francisco, was the first Peer-to-Peer (P2P) lender that registered its offerings as securities with the SEC and offered loan trading on a secondary market. It was once the world’s largest P2P lending platform. However in 2020, it acquired Radius Bank to transform into a neobank, and it even announced the shutdown of its renowned P2P platform.

What happened to LendingClub? Why would they make the pivot?

Taking on the role of an external analyst, I aim to find an answer by analyzing LendingClub’s historical loans through the years. My exploration and analysis focus on two areas:

(1) Whether LendingClub is offering attractive returns for investors, and whether advanced techniques could help investors increase returns

(2) With additional data related to macroeconomic conditions, how the default probability of borrowers would be affected during times of uncertainty.

 

Data

The dataset used for analysis contains all accepted loans by LendingClub issued from 2007 up to the end of 2018. There were over 2 million loans with 151 attributes, which covers all the loan features, like term, interest rate, amount and purpose, as well as a wide range of borrower information like income and credit history.

I also introduced macroeconomic indicators to examine whether market conditions have any impact on loan performance. CPI growth rate and real GDP growth rate data were collected from OECD and statewide unemployment rate data from the Department of Labor.

 

Exploratory Data Analysis

Loan Volume and Loan Count

Loan volume and count both had rapid growth every year. In 2014, the year of its IPO, it had over $3 billion of loans issued. Also, note that 3-yr loans had a higher volume than 5-year loans every year.

Visualizing loan volumes geographically, the state with the most loans issued was California, followed by New York, Texas and Florida. As the population of New York is only ranked 4th among these states, LendingClub was more popular in New York than in Texas and Florida.

Loan Grade

According to LendingClub, the loan grades take into account not only credit score but also a combination of several indicators of credit risk from the credit report and loan application. The grades range from A1 to G5.

Grade B and grade C are the most prominent in terms of both size and counts, where the two grades account for nearly 60% of the entire portfolio.

Interestingly, lower-graded loans in general have larger loan sizes, as shown in the violin plot.

Interest rate

LendingClub’s interest rates take into account credit risk and market conditions, it is calculated by adding Adjustment for Risk & Volatility to the Lending Club Base Rate. Interest rates correspond to the loan grades. Interest rates had many fluctuations but the majority of them were in overall upward trends from 2007 to 2018.

The exception here is Grade A loans, where their interest rate trends were decreasing, more or less in line with the trend for US interest rates in the last decade.

Loan Purpose

Debt consolidation and credit card are the most common purposes in LendingClub loans, accounting for about 83% of the entire portfolio by volume. As for the average loan size by purpose, the largest is for starting small businesses and the smallest need comes from vacations.

Borrower characteristics

For loan applicants, LendingClub typically makes approval decisions based on their FICO score, debt-to-income and credit history. For those who were approved, their DTI ratios are almost evenly distributed with a slight right skew, with the vast majority of those accepted having DTI of less than 40%. As for their FICO scores, the middle 50% (1st-3rd quartiles) of approved applicants range from 672 to 717.

Investor ROI

Loan return is the most important measure to investors. Because there are loans with various conditions and different actual payout schedules, it is more useful to use Return-on-Investment (“ROI”) for a loan’s entire time horizon to make the comparison.

Looking at ROI by grade and term, the analysis shows that grade B loans have the highest ROI, which is 5.57% for 3-yr loans, and 3.91% for 5-yr loans.

Secondly, returns for 3-yr loans in 6 of the 7 grades all outperform the 5-yr loans, with the exception of grade G. This is counterintuitive from the overall return perspective, but it could be the consequence of having a higher possibility of default on 5-yr loans.

In addition, for grade G loans, although they offer higher interest rates on paper, historical data indicate that the high default rate led to larger losses for investors. In fact, LendingClub has discontinued the issuance of grade F and G notes since the end of 2017.

 

Data Processing

For modeling purposes, the following major data processing procedures were applied to the loan dataset,

  1. Subset complete loans of which loan status is fully paid or default
  2. Combine income and credit history features for joint applicants by taking averages, taking minimum/maximum, taking summation of variables, etc. Specific treatment of variables depends on the nature of each feature
  3. Conduct Missing value imputations
  4. Label-encode ordinal categorical variables to numerical values

 

Feature Selection

The feature selection process utilized the following criteria and tests,

  1. Preliminary selection based on the combination of my industry experience and explanatory analysis;
  2. VIF test
  3. Correlation matrix analysis.

Finally, 21 features were selected and used for modeling. They were in three categories,

  1. Loan feature: Grade, Term, interest rate, loan amount (funded), purpose
  2. Borrower info: Income, DTI, employment status, credit history, historical records
  3. Macroeconomic indicators: CPI growth rate, real GDP growth rate and unemployment rate

 

Machine Learning Modeling and Analysis

For interpretation purposes and model performance, the logistic regression model was fitted as the benchmark model for further analysis. The target is the loan status of individual loans.

As the original data is highly imbalanced with 80.02% to 19.98% for fully paid and default respectively, a balanced dataset was sampled for modeling.

The model was tuned using grid search method and the best model has an accuracy of 0.6465 on training data and 0.6374 on testing data. The AUC score is 0.6463 and the confusion matrix is as follows,

 

My model serves two business goals,

  • To help investors find good borrowers and Notes. This means to predict as accurately as possible on the fully paid loans (True). I hence checked the Negative predictive Value, which is 0.6325.
  • To examine factors leading to loan default and to find out what makes the P2P platform less attractive to investors

Analysis 1: How ML techniques can help investors

For investors on a P2P lending platform, a common investment strategy is to simply invest a fixed dollar amount for each available security. This is especially true for LendingClub where you could put in as little as $25 for each Note, encouraging investors to diversify. I mimicked this strategy by randomly picking a sample of 8,000 loans that have the same loan status distribution as the entire LendingClub portfolio.

If an investor purchased all 8,000 of them, the overall return on investment would be 3.39%. But by utilizing my model and only investing in loans that my model predicted to be fully paid, the return would be 6.10%.

The same test was also run on several different test datasets for selective issuance years. Using LendingClub with my ML model would provide a good alternative to stock investors in bearish years. For example, if an investor had invested in S&P 500 in 2007 before the financial crisis, the return would be -23% over 3 years, but investing in LendingClub notes would get 2.44% and 11.49% with the help of ML techniques over the same period.

Analysis 2: What major factors influence loan default

For my model result on features, notable positive coefficients below lead to a higher odds ratio and thus higher default probability,

  • Grade: the largest with a coefficient of 0.4. A larger grade number (e.g. Grade C has a higher number than B) leads to a higher default probability
  • Loan term: For default probability, a 5-yr loan is higher than a 3-yr loan
  • Number of credit inquiries for the last 6 months: Having many credit inquiries in the recent 6 months can be interpreted as an attempt to substantially expand available credit, and is inherently associated with a higher default possibility

As for the features with negative coefficients,

  • GDP growth rate: Most notable negative A lower GDP growth rate leads to a higher probability of default
  • Unemployment rate: This is a counterintuitive result. According to the model, a lower unemployment rate in a certain state would equate to a higher probability of default in that state
  • Employment length provided: A significant portion of applicants have provided no “employment length”, and I found out that a loan borrower who failed to provide an employment length would be more likely to default
  • Purpose - credit card: Different loan purposes have inherently different risk levels. A credit card refinancing/consolidation loan has a much lower likelihood of default compared with starting a small business

 

Conclusion

To return to my original question, why is LendingClub pivoting? The first reason, according to the analysis, is that LendingClub lost its appeal to retail investors. For a retail investor who buys Notes at random or buys all Notes available, with no Machine Learning or advanced quantitative techniques, it would be difficult to achieve a return comparable to the S&P 500, especially when in the last decade the stock market was having high returns every single year.

In fact, in later years, LendingClub was attracting mostly institutional investors like hedge funds, commercial banks and investment banks. They have advanced models and expertise to value and choose loans, and purchasing entire LendingClub loan portfolios is an alternative investment for them.

While losing appeals to retail investors, LendingClub also wanted to lower its funding cost, and the way to achieve this is to become a bank. In 2020, they acquired Radius bank, an online bank. They then started offering online loan products targeting a similar audience, but with lower funding costs.

Another reason was the COVID-19 outbreak. The pandemic brought panic and uncertainty with economic outlook when it wrecked the US economy and stock market in early 2020. With a gloomy expectation during the initial phase of COVID, the demand for personal loans went down. Also, based on the analysis of the machine learning model, borrowers are more likely to default with the economic downturn expectations. Moreover, with people being hit with difficulties, more borrowers with bad grades would flock to the platform, and this would not be LendingClub’s ideal situation. All of these factors may have accelerated the closure of LendingClub’s P2P lending platform in 2020.

 

Next Step

The logistic model is a good model choice for business analysis and interpretation. To increase the prediction accuracy of default probability, tree-based models can be introduced to generate more accurate selections on loans.

About Author

Xue Wang

View all posts by Xue Wang >

Leave a Comment

No comments found.

View Posts by Categories

All Posts 2399 posts
AI 7 posts
AI Agent 2 posts
AI-based hotel recommendation 1 posts
AIForGood 1 posts
Alumni 60 posts
Animated Maps 1 posts
APIs 41 posts
Artificial Intelligence 2 posts
Artificial Intelligence 2 posts
AWS 13 posts
Banking 1 posts
Big Data 50 posts
Branch Analysis 1 posts
Capstone 206 posts
Career Education 7 posts
CLIP 1 posts
Community 72 posts
Congestion Zone 1 posts
Content Recommendation 1 posts
Cosine SImilarity 1 posts
Data Analysis 5 posts
Data Engineering 1 posts
Data Engineering 3 posts
Data Science 7 posts
Data Science News and Sharing 73 posts
Data Visualization 324 posts
Events 5 posts
Featured 37 posts
Function calling 1 posts
FutureTech 1 posts
Generative AI 5 posts
Hadoop 13 posts
Image Classification 1 posts
Innovation 2 posts
Kmeans Cluster 1 posts
LLM 6 posts
Machine Learning 364 posts
Marketing 1 posts
Meetup 144 posts
MLOPs 1 posts
Model Deployment 1 posts
Nagamas69 1 posts
NLP 1 posts
OpenAI 5 posts
OpenNYC Data 1 posts
pySpark 1 posts
Python 16 posts
Python 458 posts
Python data analysis 4 posts
Python Shiny 2 posts
R 404 posts
R Data Analysis 1 posts
R Shiny 560 posts
R Visualization 445 posts
RAG 1 posts
RoBERTa 1 posts
semantic rearch 2 posts
Spark 17 posts
SQL 1 posts
Streamlit 2 posts
Student Works 1687 posts
Tableau 12 posts
TensorFlow 3 posts
Traffic 1 posts
User Preference Modeling 1 posts
Vector database 2 posts
Web Scraping 483 posts
wukong138 1 posts

Our Recent Popular Posts

AI 4 AI: ChatGPT Unifies My Blog Posts
by Vinod Chugani
Dec 18, 2022
Meet Your Machine Learning Mentors: Kyle Gallatin
by Vivian Zhang
Nov 4, 2020
NICU Admissions and CCHD: Predicting Based on Data Analysis
by Paul Lee, Aron Berke, Bee Kim, Bettina Meier and Ira Villar
Jan 7, 2020

View Posts by Tags

#python #trainwithnycdsa 2019 2020 Revenue 3-points agriculture air quality airbnb airline alcohol Alex Baransky algorithm alumni Alumni Interview Alumni Reviews Alumni Spotlight alumni story Alumnus ames dataset ames housing dataset apartment rent API Application artist aws bank loans beautiful soup Best Bootcamp Best Data Science 2019 Best Data Science Bootcamp Best Data Science Bootcamp 2020 Best Ranked Big Data Book Launch Book-Signing bootcamp Bootcamp Alumni Bootcamp Prep boston safety Bundles cake recipe California Cancer Research capstone car price Career Career Day ChatGPT citibike classic cars classpass clustering Coding Course Demo Course Report covid 19 credit credit card crime frequency crops D3.js data data analysis Data Analyst data analytics data for tripadvisor reviews data science Data Science Academy Data Science Bootcamp Data science jobs Data Science Reviews Data Scientist Data Scientist Jobs data visualization database Deep Learning Demo Day Discount disney dplyr drug data e-commerce economy employee employee burnout employer networking environment feature engineering Finance Financial Data Science fitness studio Flask flight delay football gbm Get Hired ggplot2 googleVis H20 Hadoop hallmark holiday movie happiness healthcare frauds higgs boson Hiring hiring partner events Hiring Partners hotels housing housing data housing predictions housing price hy-vee Income industry Industry Experts Injuries Instructor Blog Instructor Interview insurance italki Job Job Placement Jobs Jon Krohn JP Morgan Chase Kaggle Kickstarter las vegas airport lasso regression Lead Data Scienctist Lead Data Scientist leaflet league linear regression Logistic Regression machine learning Maps market matplotlib Medical Research Meet the team meetup methal health miami beach movie music Napoli NBA netflix Networking neural network Neural networks New Courses NHL nlp NYC NYC Data Science nyc data science academy NYC Open Data nyc property NYCDSA NYCDSA Alumni Online Online Bootcamp Online Training Open Data painter pandas Part-time performance phoenix pollutants Portfolio Development precision measurement prediction Prework Programming public safety PwC python Python Data Analysis python machine learning python scrapy python web scraping python webscraping Python Workshop R R Data Analysis R language R Programming R Shiny r studio R Visualization R Workshop R-bloggers random forest Ranking recommendation recommendation system regression Remote remote data science bootcamp Scrapy scrapy visualization seaborn seafood type Selenium sentiment analysis sentiment classification Shiny Shiny Dashboard Spark Special Special Summer Sports statistics streaming Student Interview Student Showcase SVM Switchup Tableau teachers team team performance TensorFlow Testimonial tf-idf Top Data Science Bootcamp Top manufacturing companies Transfers tweets twitter videos visualization wallstreet wallstreetbets web scraping Weekend Course What to expect whiskey whiskeyadvocate wildfire word cloud word2vec XGBoost yelp youtube trending ZORI

NYC Data Science Academy

NYC Data Science Academy teaches data science, trains companies and their employees to better profit from data, excels at big data project consulting, and connects trained Data Scientists to our industry.

NYC Data Science Academy is licensed by New York State Education Department.

Get detailed curriculum information about our
amazing bootcamp!

Please enter a valid email address
Sign up completed. Thank you!

Offerings

  • HOME
  • DATA SCIENCE BOOTCAMP
  • ONLINE DATA SCIENCE BOOTCAMP
  • Professional Development Courses
  • CORPORATE OFFERINGS
  • HIRING PARTNERS
  • About

  • About Us
  • Alumni
  • Blog
  • FAQ
  • Contact Us
  • Refund Policy
  • Join Us
  • SOCIAL MEDIA

    © 2025 NYC Data Science Academy
    All rights reserved. | Site Map
    Privacy Policy | Terms of Service
    Bootcamp Application