WeSearch

I built a CLI that hashes your ML accuracy claims before the experiment runs

·5 min read · 0 reactions · 0 comments · 17 views
#machinelearning#opensource#python
I built a CLI that hashes your ML accuracy claims before the experiment runs
TL;DR · WeSearch summary

A developer created a command-line interface (CLI) tool called 'falsify' to hash machine learning accuracy claims before experiments are conducted. This tool aims to ensure that accuracy claims are verifiable and not subject to post-experiment modifications. By implementing a pre-registration process similar to those used in psychology and medicine, the CLI helps maintain the integrity of accuracy metrics in machine learning.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3889537) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } sk8ordie84 Posted on Apr 29 I built a CLI that hashes your ML accuracy claims before the experiment runs #python #opensource #machinelearning #showdev I built a CLI that hashes your ML accuracy claims before the experiment runs Last month, a customer told me our model's accuracy on their data was 71%, not the 94% we had shipped on the landing page. I went back to the eval notebook. The threshold was still 0.94. The test set was named the same thing.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)