惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog
B
Blog RSS Feed
小众软件
小众软件
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 聂微东
WordPress大学
WordPress大学
月光博客
月光博客
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
量子位
V
Visual Studio Blog
罗磊的独立博客
Last Week in AI
Last Week in AI
The Cloudflare Blog
H
Help Net Security
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Azure Blog
Microsoft Azure Blog
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Show HN: P34 – tabular profit prediction without the opti...
grandrew · 2026-06-20 · via HN's home page
Show HN: P34 – tabular profit prediction without the optimism bias (hyperc.com)
1 point by grandrew 1 minute ago | hide | past | favorite | discuss

Hi all. This is the result of a 7-year effort to understand why ML models trained to replace manual/Excel decision processes tend to lose money in production. The core problem is that when you train on a business's historical decisions, the data is biased by which deals were actually taken - so a model fit to it comes out over-optimistic and builds portfolios that look profitable but realize negative yield. We've seen it across Amazon wholesale, retail lending, and other markets inefficient enough that the opportunities look obvious to analysts. P34 is our take on a fix: a pre-trained portfolio-selection model that adjusts how optimistic or cautious to be based on what it observes, instead of inheriting the optimism in historical data. On our synthetic benchmark, naive fitting predicted $170k / realized a negative -$60k; P34 predicted $130k / realized $25k (we’re working on tightening predictions on very difficult markets). It's slow and only fits partially-observed markets and has no value where a full order book exists or in HFT. We’re presenting our first version of benchmark in our github repo that profit-oriented (we call them Profit-as-Regression) models will have to pass/compete in. P34 itself is currently an invite-only API. I’m happy to share more details and will appreciate any feedback on the proposed interface, benchmark and hear if you are solving similar problems in your current project.

 help


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact