Election Data Dashboard Pt. 2: Dashboard with Dash

The cleaned data is loadsed and the plot generating functions are refactored here. Then a dashboard is created using dash.

Bayesian Time Series Analysis with Julia and Turing.jl

This tutorial covers the fundamentals of Bayesian approaches to time series, model construction, and practical implementation, using real-world data for hands-on learning.

Bayesian Poisson Regression with Julia and Turing.jl

Explore Bayesian Poisson regression for modeling count data with Julia and Turing.jl. This tutorial includes model setup, implementation, and performance assessment with a practical example.

Bayesian Logistic Regression with Julia and Turing.jl

Applying Turing.jl package in Julia for a probabilistic approach to a classification problem on a real-world dataset.

Bayesian Linear Regression with Julia and Turing.jl

Learn the basics of Bayesian linear regression using Julia and Turing.jl. This tutorial covers model formulation, implementation, and interpretation through a practical example.