TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you collaborate on data-science?

1 pointsby eoinmurray92over 8 years ago
After reading the Airbnb blog about their new Knowledge Repo [1] it seems that its difficult for data-science teams to work efficiently together; that there are issues with reproducibility and discoverability of others work.<p>I&#x27;m wondering what do you do in your company to solve this, or is it a problem for you?<p>[1] https:&#x2F;&#x2F;medium.com&#x2F;airbnb-engineering&#x2F;scaling-knowledge-at-airbnb-875d73eff091

1 comment

eoinmurray92over 8 years ago
Also Stripe wrote an article about this too - <a href="https:&#x2F;&#x2F;stripe.com&#x2F;blog&#x2F;reproducible-research" rel="nofollow">https:&#x2F;&#x2F;stripe.com&#x2F;blog&#x2F;reproducible-research</a><p>tldr: they use jupyter notebooks, and use an internal system to execute them upon commit.