XGBoost Explained: From Gradient Boosting to Weighted Quantile Sketch
XGBoost Introduction: XGBoost XGBoost is a tree-based algorithm. It is a variant of Gradient Boosting which is one of the highest-scaled versions of…
Tech news from the best sources
XGBoost Introduction: XGBoost XGBoost is a tree-based algorithm. It is a variant of Gradient Boosting which is one of the highest-scaled versions of…
This is an adapted excerpt from Chapter 6 of my book, The DeFi Data Quick-Start: Reading On-Chain Truth with Dune Analytics . The book goes from you…
Cross-post. Original: stellarbytecapital.com/blog/backtesting-overfitting A profitable backtest is the easiest thing to produce in all of quant trad…
This is a Plain English Papers summary of a research paper called Macaron-V1: Continual Learning with Self-Improvement and Mixture-of-LoRA Adapters…
This is a Plain English Papers summary of a research paper called BDH-CQ Uses Recurrent Latent Reasoning to Cut ARC-AGI Inference Costs . If you lik…
This is a Plain English Papers summary of a research paper called How Cross-Model Compatibility Lets Attackers Extract Proprietary LLM Reasoning Tra…
Hey everyone! As I’m working through my ML fundamentals, I wanted to share a deep-dive Exploratory Data Analysis (EDA) I just completed on the class…
If you backtest anything involving insider trades, there's a quiet bug waiting for you: Form 4 data is timestamped twice . Every filing carries a tr…
Electric-vehicle assistants rarely have just one job. A short Turkish question may ask for a nearby station, a charging-price comparison, help plann…
I was writing a blog post about the architecture of a system I built when I found a bug in it. This is that bug, and the much more interesting thing…
🚨 Predictive models tell us what will happen. 🧠 Causal models tell us what happens IF we intervene . ❓ But neither tells us what we should DO . In h…
Two weeks ago, I joined a Data Science bootcamp and part of the learning outcomes for this week was independently navigating the Git Workflow to suc…
Statistics isn't a supporting subject in data science, it's the thing that makes the "science" part of data science actually mean something. Code Gi…
Almost every regression project I've seen in the last decade starts the same way. Load the data, df.corr() , plot the heatmap, scan for red squares,…
I've solved 15 of the 50 problems in LeetCode's SQL 50. I started my first end to end ML project predicting telco customer churn this week. And thre…
Most football data APIs will tell you what the odds are right now . A few keep yesterday around. Almost none will show you the full journey — every…
Every trading bot post ends the same way: a green equity curve and a suspicious silence about whether it made real money. This post is the other one…
In the current epoch of Artificial Intelligence, the industry remains singularly preoccupied with the "Model" — obsessing over the raw parameter sca…
When an ad is auctioned for you, a bid request goes out that describes you — segments, identity graphs, consent state, location precision. Buyers se…
Liquid syntax error: 'raw' tag was never closed
A small release, not a launch. The LAB tab on gex.live has a new rightmost rail called IDEA FEED . It is a stream of short, rule-shaped trading idea…
gex.live has two halves. The terminal measures where SPX options dealers are positioned, every second, from the tape. The Lab is the half that asks…
I was comparing crypto trading terminals and did what I usually do first: curl the top-ranking page and read the HTML instead of the rendering. The…
If you build features for Numerai Signals from fundamentals, the single most common way to silently overstate your live performance is joining on th…
You launch the test on Monday. You check the dashboard each morning, because of course you do. On Thursday it reads p = 0.04, you call it, and you s…
There is a variable called slp — sea-level pressure. Our API documentation lists it as available. Our error messages list it among the valid options…
If you have ever copy-pasted a table out of a PDF, you already know what happens. Rows collapse into one long line of text. Columns interleave. Numb…
We grouped an asset database by title and found 30 groups of "duplicates." Content hashing dissolved 24 of them. Five were real. One was unjudgeable…
Getting started with machine learning WEKA for Beginners: A Practical Introduction to Machine Learning Without Code Getting started with machine lea…
A multi-armed bandit is an algorithm that decides how to split traffic across several variations while a test is still running, shifting more visito…