home.social

#arviz — Public Fediverse posts

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

  1. Talks:

    Olli Ruokojoki: Driven : Modeling State of Charge and Health from Operational Data

    Tuomas Sivula: Stochastic Models in Operating Environments

    Quentin Salomé: ⚡️ lightning talk (title TBA)

    Osvaldo Martin: ⚡️ 1.0: Refactoring for flexibility, extensibility, and power

    Jouni Seppänen: Visualisation Tools

  2. Mohács, 1956. Sadly, floods along the Danube are nothing new. The one in March 1956 was particular bad as it was caused by the sudden melting of ice from an especially cold winter. The ice dams that formed had to be bombed by the authorities. Mohács in southern Hungary was badly impacted, as we can see in this photo of some of those displaced by the flooding receiving a meal in a local hotel.

    Source: Fortepan [129818] / Antal Kotnyék

    #fortepan #Mohács #Hungary #flooding #Danube #árvíz

  3. Mohács, 1956. Sadly, floods along the Danube are nothing new. The one in March 1956 was particular bad as it was caused by the sudden melting of ice from an especially cold winter. The ice dams that formed had to be bombed by the authorities. Mohács in southern Hungary was badly impacted, as we can see in this photo of some of those displaced by the flooding receiving a meal in a local hotel.

    Source: Fortepan [129818] / Antal Kotnyék

    #fortepan #Mohács #Hungary #flooding #Danube #árvíz

  4. I genuinely miss PyMC2. The #PyMC and #Arviz APIs changes so frequently, that it's impossible to know what the standard approach to anything is.

    #Bayesian #Statistics in #Python should be easy.

    To be honest, I'd really like a well maintained #SkLearn module for it.

  5. I genuinely miss PyMC2. The #PyMC and #Arviz APIs changes so frequently, that it's impossible to know what the standard approach to anything is.

    #Bayesian #Statistics in #Python should be easy.

    To be honest, I'd really like a well maintained #SkLearn module for it.

  6. I genuinely miss PyMC2. The #PyMC and #Arviz APIs changes so frequently, that it's impossible to know what the standard approach to anything is.

    #Bayesian #Statistics in #Python should be easy.

    To be honest, I'd really like a well maintained #SkLearn module for it.

  7. I genuinely miss PyMC2. The #PyMC and #Arviz APIs changes so frequently, that it's impossible to know what the standard approach to anything is.

    #Bayesian #Statistics in #Python should be easy.

    To be honest, I'd really like a well maintained #SkLearn module for it.

  8. I genuinely miss PyMC2. The #PyMC and #Arviz APIs changes so frequently, that it's impossible to know what the standard approach to anything is.

    #Bayesian #Statistics in #Python should be easy.

    To be honest, I'd really like a well maintained #SkLearn module for it.

  9. Hello Fediverse! This is the official account for the #ArviZ project, providing #FOSS tools for exploratory analysis of #bayesian models!

    #introduction #ProbProg #stats #python #JuliaLang

  10. Hello Fediverse! This is the official account for the #ArviZ project, providing #FOSS tools for exploratory analysis of #bayesian models!

    #introduction #ProbProg #stats #python #JuliaLang

  11. I spent some time tonight working out a possible major redesign of the InferenceData conversion pipeline in InferenceObjects.jl.

    The new design is more expressive and extensible. It also simplifies the API and enables developers to implement a converter for their container of draws with much less code.

    Feedback appreciated! github.com/arviz-devs/Inferenc

  12. Finally, part of this effort involves moving this integration code out of .jl, which still has dependencies, and into pure Julia packages, so users get all of this with the convenience of 's package management.

    While Python interop in Julia usually works quite well, sometimes the Python environment gets messed up, which blocks users from using ArviZ.jl 😦 , so moving this code to pure Julia packages supports more users.