Documents / Warm

Warm (Queue)

11 items

Colin Carroll blog

A summary of Colin Carroll's website highlighting his work in software engineering, machine learning, and Bayesian statistics. The site includes a blog, talks, and research projects.

Colin Carroll's website presents a portfolio of his work in software engineering and mathematics, with a strong focus on machine learning and Bayesian statistics. The content is structured into a blog…
bayesian blog github code skim
added 2026-01-13 understand mcmc

Introduction to Causal Inference with PPLs

Dr. Juan Camilo Orduz's article explores causal inference using Probabilistic Programming Languages (PPLs) like PyMC, offering a framework to address the limitations of traditional statistical methods by enabling counterfactual reasoning. The article demonstrates these concepts using the Lalonde dataset and compares OLS and GLM models for estimating the Average Treatment Effect (ATE).

The article "Introduction to Causal Inference with PPLs" by Dr. Juan Camilo Orduz explains how Probabilistic Programming Languages (PPLs) like PyMC offer a powerful framework for causal inference, add…
article bayesian github code summarize
added 2026-01-12 learn from this

Real vs Synthetic Consumers

The tool was unable to access the content of the provided URL, preventing the generation of a summary. Possible reasons include paywalls, login requirements, or website unavailability.

The attempt to browse the provided URL failed, preventing the extraction of content. Consequently, a summary or synopsis cannot be generated. The failure could stem from various access restrictions, s…
article do summarize
added 2026-01-11 proposal for Cogent

DuckDB for Data Engineers

Learn to build hybrid data workflows using DuckDB and MotherDuck, enabling local execution and cloud scalability without changing tools. The course covers setting up DuckDB, querying data, transforming data with Python, and optimizing costs.

The course "DuckDB for Data Engineers: From Local to Cloud with MotherDuck" provides practical instruction on leveraging DuckDB and MotherDuck for building hybrid data workflows. DuckDB, a lightweight…
course do
added 2026-01-11 better duckdb

Predict Horse Races with BigQuery ML

This tutorial offers a quickstart guide to BigQuery ML, demonstrating how to build predictive models using SQL and historical horse racing data.

This Fireship.io tutorial demonstrates how to use BigQuery ML to build predictive models without extensive data science expertise. The core example focuses on predicting horse racing outcomes using hi…
article video code publish
added 2026-01-11 modernize this ml use case

You Don't Need MLOps

Valliappa (Lak) Lakshmanan talks MLOps

The speaker challenges the common perception that MLOps is universally essential for machine learning deployments. He explains MLOps as an extension of DevOps, aiming to enable operations teams to adm…
added 2026-01-09 turn into MLOps proposal for pdm

Roy Kenes Projects Portfolio

Use this portfolio as inspiration for my own portfolio.

Roy Keyes' "Data projects" page is a portfolio of personal projects demonstrating his skills in data science, machine learning, and visualization. A prominent project involves using machine learning …
blog code do publish
added 2026-01-09 portfolio

Structural Time Series

A review of the Cloudera Fast Forward Labs report on structural time series (STS) models, focusing on their application, interpretation, and ethical considerations. The report emphasizes the decomposition of time series into interpretable components and the use of GAMs for modeling.

The document "Structural Time Series" by Cloudera Fast Forward Labs provides a comprehensive overview of structural time series (STS) models, focusing on their interpretability and practical applicati…
added 2026-01-08 time series basis

NixtlaVerse, bridging the gap between statistics and deep learning for time series

This talk explores the divide between classical statistical and modern deep learning approaches in time series forecasting, presenting Nixla's open-source efforts to bridge this gap with efficient and scalable solutions.

The speaker introduces time series forecasting as fundamental to the operational DNA of the world, with applications spanning finance, IoT, electricity, supply chains, and healthcare. The field is cha…
timeseries video youtube code publish
added 2026-01-05 improve time series analysis

Bayesian Causal Inference and PyMC: A Conversation with Thomas Wiecki

Dr. Thomas Wiecki, creator of PyMC, discusses his journey into probabilistic programming, the crucial intersection of Bayesian modeling and causal inference, and how PyMC is integrating new tools like the `do` operator to solve real-world problems and enhance decision-making.

In this compelling discussion, Dr. Thomas Wiecki, the driving force behind PyMC, delves into his personal and professional journey, from childhood programming experiments to developing one of Python's…
video youtube code publish
added 2026-01-05 improve causal inference

Implied Volatility Surface for SPY Options

A Python application that visualizes the implied volatility surface for options, using real-time data and the Black-Scholes model. The application provides an interactive 3D surface and adjustable parameters for customization.

The "Implied-Volatility-Surface" repository by MateuszJastrzebski21 hosts a Python application designed to visualize the implied volatility surface for SPY options. The application leverages real-time…
github repo code publish
added 2026-01-05 learn more about volatility