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
Justin Hsi 653ce130a8
init dvc, fresh download of csvs zips
4 years ago
f073d4d660
trying circleci
4 years ago
653ce130a8
init dvc, fresh download of csvs zips
4 years ago
653ce130a8
init dvc, fresh download of csvs zips
4 years ago
653ce130a8
init dvc, fresh download of csvs zips
4 years ago
653ce130a8
init dvc, fresh download of csvs zips
4 years ago
a114a8134b
saw pandas-sumary is on version 0.0.6 so chose that for req.txt
4 years ago
run
653ce130a8
init dvc, fresh download of csvs zips
4 years ago
0ba9c974a7
save before reinstall ubuntu
4 years ago
653ce130a8
init dvc, fresh download of csvs zips
4 years ago
59392f2e09
changed permissions recurisvely
4 years ago
59392f2e09
changed permissions recurisvely
4 years ago
ffd597260f
added requirements for this branch
4 years ago
653ce130a8
init dvc, fresh download of csvs zips
4 years ago
59392f2e09
changed permissions recurisvely
4 years ago
0ba9c974a7
save before reinstall ubuntu
4 years ago
8c571fbcdc
made no-builds yml
4 years ago
2f9b046eab
established baselines and logistic regr (as another baseline)
4 years ago
2f9b046eab
established baselines and logistic regr (as another baseline)
4 years ago
0ba9c974a7
save before reinstall ubuntu
4 years ago
59392f2e09
changed permissions recurisvely
4 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

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

A temporary Readme

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.

DVC Stuff

  1. when want new raw_csvs: python lendingclub/csv_dl_archiving/01_download_LC_csvs.python

Usage:

Advisable to set up an environment After cloning: in root dir (lendingclub) with setup.py, run pip install -e . properly setup account_info.py in user_creds (see example)

Run order (all scripts in lendingclub subdir):

  1. python lendingclub/csv_dl_archiving/01_download_and_check_csvs.py
  2. python lendingclub/csv_prepartion/02_unzip_csvs.py
  3. python

Notes to self:

j_utils is imported and use in several scripts. See repo https://github.com/jmhsi/j_utils

To fix permissions troubles, I ended up adding jenkins and justin to each others groups (sudo usermod -a -G groupName userName) and doing chmod 664(774) on .fth and dataframes or other files as necessary.

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?

Made symlink: ln -s /home/justin/projects to /var/lib/jenkins/projects so jenkins can run scripts like the actual projects directory

.fth to work with after initial data and eval prep:

'eval_loan_info.fth', 'scaled_pmt_hist.fth', 'base_loan_info.fth', 'str_loan_info.fth'

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...