Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
797c86c52d
fix sys.path append
5 years ago
797c86c52d
fix sys.path append
5 years ago
46908002ce
added Jenk_ref file to determine how to alter Jenkinsfile properly. Referrenced from jenkins-python-test
5 years ago
c515e52f7d
uncommented script key in travis.yml
5 years ago
ebafb24153
sanity check dockerfile
5 years ago
eec692ed8a
check jenkins run
5 years ago
b86c32971c
testing after finishing unzip_csvs.py
5 years ago
7984ec6767
first commit
6 years ago
fad55ae9f4
starting cleanup
5 years ago
f8650dcf66
add selenium to req.txt
5 years ago
dbb6009103
added stuff for travis to do
5 years ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

lendingclub

For data driven loan selection on lendingclub. Important packages are sklearn, pandas, numpy, pytorch, fastai.

  1. Current model is RF (sklearn) + NN (pytorch). Performance was compared against picking entirely at random and picking at random within the best performing loan grade historically.
  2. Investigative models are trained on old done loans and validated on newest of old done loans.
  3. Models used in invest scripts are trained on all available training data.

Notes to self:

Current jenkins setup runs in conda environment (based off https://mdyzma.github.io/2017/10/14/python-app-and-jenkins/) Considering moving to docker containers once I build the Dockerfiles?

for csv_dl_archiving: used a symlink to point to the right path to download and compare csvs: ln -s /home/justin/projects/lendingclub/data/csvs /var/lib/jenkins/projects/lendingclub/data/csvs had to change permissions to the whole data folder to allow jenkins job to copy downloaded csvs into the tree path (e.g. chmod -R data)

for csv_preparation:

Tip!

Press p or to see the previous file or, n or to see the next file

About

mirror lendingclub repo from github

Collaborators 1

Comments

Loading...