Skip to content

Commit

Permalink
Update for stepwise processor
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelleach committed May 31, 2017
1 parent 83f62c0 commit 4095dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Python notebooks for demonstrating various ideas, APIs, libraries.
- [planout-abtest](https://github.com/samuelleach/python-notebooks/blob/master/planout-abtest/1.0-planout-abtest-analysis.ipynb) - Defining an AB test experiment with [Planout](https://facebook.github.io/planout/), simulating exposures, and analysing the results.
- [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.
- [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.
- [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.

0 comments on commit 4095dc1

Please sign in to comment.