home.social

#pythonlearning — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pythonlearning, aggregated by home.social.

  1. Risk modeling is a fascinating aspect of data science, particularly in the context of Frequency-Severity modeling and Monte Carlo simulations.

    Thanks to Gabriel Ryan for sharing this graph in a recent post, which explains the topic in further detail.

    More information: eepurl.com/gH6myT

    #datavisualization #data #statisticians #pythonlearning #datascienceeducation #bigdata

  2. Drawing Histograms is so Simple in Python!

    Drawing histograms in Python is so simple. Just import pandas, create a DataFrame and use the plot() function!

    #python #pythonlearning #pandas #dataanalytic #coding #dataviz