You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,4 @@ Python notebooks for demonstrating various ideas, APIs, libraries.
4
4
-[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.
5
5
-[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.
6
6
-[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.
7
+
-[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 commit comments