Skip to content

Commit 57dcd7c

Browse files
committed
Adding LendingClub income distrubtion fitting notebook
1 parent 4095dc1 commit 57dcd7c

File tree

3 files changed

+544
-0
lines changed

3 files changed

+544
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Python notebooks for demonstrating various ideas, APIs, libraries.
55
- [prophet-uber](https://github.com/samuelleach/python-notebooks/blob/master/prophet-uber/1.0-sl-prophet-uber.ipynb) - Timeseries forecasting of Uber data using [Prophet](https://facebookincubator.github.io/prophet/), which includes a trend, a weekly component and the impact of holidays.
66
- [simpy-broadcast](https://github.com/samuelleach/python-notebooks/blob/master/simpy-broadcast/1.0-sl-simpy-message.ipynb) - Demonstration of using [simpy](https://simpy.readthedocs.io/en/latest/) to simulate a stream of read receipts for messages broadcast to 10 recipients.
77
- [stepwise-processor](https://github.com/samuelleach/python-notebooks/blob/master/stepwise-processor/1.0-sl-stepwise-processor.ipynb) - Stepwise processor pattern from Mahmoud Hashemi's Enterprise Software with Python course. Demonstrates topic summarization using Wikipedia.
8+
- [lendingclub-scipy](https://github.com/samuelleach/python-notebooks/blob/master/lendingclub-scipy/1.0-sl-lendingclub-scipy.ipynb) - Demonstrates fitting an alpha distribution with scipy to LendingClub loan data.

Diff for: lendingclub-scipy/1.0-sl-lendingclub-scipy.ipynb

+540
Large diffs are not rendered by default.

Diff for: lendingclub-scipy/data/getdata.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
wget https://resources.lendingclub.com/LoanStats_2017Q1.csv.zip
3+
unzip *zip

0 commit comments

Comments
 (0)