Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`