Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awaemmanuel/thinkful_datascience
My Thinkful Data Science work in PYTHON.
https://github.com/awaemmanuel/thinkful_datascience
Last synced: 8 days ago
JSON representation
My Thinkful Data Science work in PYTHON.
- Host: GitHub
- URL: https://github.com/awaemmanuel/thinkful_datascience
- Owner: awaemmanuel
- Created: 2015-11-10T02:38:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T17:26:06.000Z (almost 9 years ago)
- Last Synced: 2023-04-05T08:58:20.616Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 9.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My thinkful Datascience in Python work and projects.
# WORKING WITH THE LENDING CLUB DATA
`Creating and fitting a linear regression model on the lenders data. We see a collinearity between Montly Income, Loan Amount, FICO score and Interest Rate. There is however a large condition number that indicates a multicolinearity. Which will come from a direct trend between Monthly Income and Loan Amount. This makes the independent variables not so independent anymore. But this is just for experimental purposes`