Pinned ·

Keeping Visualizations Simple with Matplotlib

In the thread https://twitter.com/rahuldave/status/1425200284301725708, I talked about the visualization in this image (from the financial times https://www.ft.com/content/0f11b219-0f1b-420e-8188-6651d1e749ff?hcb=1). How might we produce such visualizations? We'll tackle tha…

Pinned ·

The LLN

Suppose that you toss a fair coin and catch it to see if you got heads or tails. Then you have this intuition that while you might get a streak of several heads in a row, in the long run the heads and tails are balanced. This is actually an example of a famous law: the Law of…

Pinned ·

About pyDS

Would you like to be able to learn Data Science or AI? These are multi-faceted subjects. How should you start? The best thing you could do to prepare yourself is to learn how to code, and code well, using python. For instance, here is some code to carry out linear regression.…