WeSearch

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

·5 min read · 0 reactions · 0 comments · 3 views
I built a CLI that hashes your ML accuracy claims before the experiment runs

I built a CLI that hashes your ML accuracy claims before the experiment runs Last month, a...

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 #showdev #machinelearning 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)