search
Documents / Warm

Warm (Queue)

18 items

Addressing Multi-Collinearity in Marketing Mix Modelling

This article examines how multi-collinearity distorts causal inferences in Marketing Mix Modelling (MMM) by causing unstable and biased regression coefficients. It explores methods for detection and offers strategies to mitigate its negative effects.

Multi-collinearity, a pervasive issue where two or more independent variables in a regression model are highly correlated, poses significant challenges to causal inferences, particularly within Market…
article skim
added 2026-07-20 mm

numpyro_forecast: Custom Bayesian Time-Series Forecasting

This repository offers a specialized toolkit for Bayesian time-series forecasting, allowing users to define custom generative models on JAX/NumPyro for comprehensive training, forecasting, and evaluation.

The `numpyro_forecast` library is a robust toolkit for Bayesian time-series forecasting, built upon the JAX/NumPyro ecosystem. It functions as a direct port of Pyro's forecasting module, specifically …
repo github code
added 2026-06-24 forecast

Unlocking AI Potential: Building and Using a Token Burn Dashboard

This video explores how a personalized AI token burn dashboard can revolutionize your understanding and usage of AI, moving beyond mere metrics to foster imagination and improve productivity.

The presenter details the creation of an AI token burn dashboard, emphasizing that its purpose is not to brag about token usage (though he burned 800 million tokens recently) but to imagine computing …
added 2026-06-17 implement dashboard

Backtesting and Live Trading Larry Connors' Double Seven Strategy

This video explores Larry Connors' "Double Seven" trading strategy, backtesting its effectiveness over five years using Claude Code and Public's API, and discussing the process of transitioning a backtest to a live trading algorithm.

The video delves into Larry Connors' acclaimed "Double Seven" short-term trading strategy, initially developed and last backtested in 2008. The strategy is characterized by three simple rules: the ins…
added 2026-06-17 reproduce

Claude's Unstoppable Video Watching Skill

This text introduces a new Claude skill that enables it to "watch" any video on the internet instantly, understanding content as deeply as it processes PDFs by combining frames and audio.

This skill dramatically enhances Claude's ability to process video content by allowing it to analyze both visual frames and audio transcripts. The author highlights that traditional methods relying so…
added 2026-06-17 improve youtube

Machine Learning for Financial Time Series Data with TensorFlow on Google Cloud

This presentation demonstrates how to leverage TensorFlow and Google Cloud Platform to analyze financial time series data and predict stock market movements, specifically focusing on predicting the S&P 500's close based on earlier global markets.

This presentation introduces a solution for applying machine learning to financial time series data using TensorFlow on Google Cloud Platform (GCP). The core motivation stems from Google's expertise i…
video youtube code do
added 2026-06-17 implement

Content Fetch Error

This document details an error encountered while attempting to retrieve web content from a specified URL, preventing further analysis.

The provided text indicates an error in fetching content from the URL `https://drbenvincent.github.io/posts/baumol-cost-disease.html`. The system reported an inability to access or retrieve the inform…
article github mmt code publish
added 2026-06-16 economic theory

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

PyMC Labs introduces an end-to-end AI Innovation Lab platform that uses synthetic consumers and agentic workflows to modernize CPG product development, integrating concept generation, expert evaluation, design refinement, consumer testing, and market simulation.

The AI Innovation Lab tackles systemic challenges in CPG innovation: slow timelines, siloed workflows, disconnected consumer insights, and late-stage design decisions. It combines five core capabiliti…
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