HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ploomber

no profile record

投稿

[untitled]

1 ポイント·投稿者 ploomber·昨年·0 コメント

Tetris clone running in the browser with Streamlit and WebAssembly

editor.ploomber.io
3 ポイント·投稿者 ploomber·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 ploomber·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 ploomber·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 ploomber·4 年前·0 コメント

Three Tools for Executing Jupyter Notebooks

ploomber.io
3 ポイント·投稿者 ploomber·4 年前·1 コメント

Ploomber: Build modular data pipelines from Jupyter

blog.jupyter.org
2 ポイント·投稿者 ploomber·4 年前·0 コメント

From Jupyter to Production – Filip Jankovic – PyData Global 2021

youtube.com
5 ポイント·投稿者 ploomber·5 年前·0 コメント

Ploomber: Maintainable and Collaborative Pipelines in Jupyter

blog.jupyter.org
2 ポイント·投稿者 ploomber·5 年前·0 コメント

Why (and how) to put notebooks in production

ploomber.io
4 ポイント·投稿者 ploomber·5 年前·0 コメント

Open-Source Workflow Management Tools: A Survey (Reviewing Airflow + 12 more)

ploomber.io
1 ポイント·投稿者 ploomber·6 年前·0 コメント

コメント

ploomber
·4 年前·議論
Go Castled! Congrats on the launch!
ploomber
·4 年前·議論
I completely agree with the cons you outlined, especially your point about "productivity drops when data scientists leave notebooks."

A few years ago, I started working as a data scientist at a big financial firm and reviewed all workflow orchestrator available tools (including Kedro). I didn't like that all of them forced me to re-write my Jupyter code into their frameworks (they're supposed to make me more productive, not less).

True, notebooks have their issues but they can be fixed (I don't buy that "Jupyter is only for prototyping argument"). So, long story short, I started a project with a friend that makes us more productive by fixing the problems that notebooks' problems. https://github.com/ploomber/ploomber
ploomber
·5 年前·議論
We'd love to get your feedback. We're building a framework to help people develop maintainable work from Jupyter! https://github.com/ploomber/ploomber
ploomber
·5 年前·議論
This is a daily pain we've experienced while working in the industry! Our projects would usually allocate a few weeks to refactor notebooks before deployment! So we started working on an open-source framework to help us produce maintainable work from Jupyter. It allows easy git collaboration and eases deployment. https://github.com/ploomber/ploomber
ploomber
·5 年前·議論
Congrats on launching!

Is there support for including custom code as part of the deployment?

Models trained on tabular data (which are the majority of use cases in industry) usually require some pre-processing before feeding the model (i.e., feature engineering).