HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ploomber

no profile record

Submissions

[untitled]

1 points·by ploomber·năm ngoái·0 comments

Tetris clone running in the browser with Streamlit and WebAssembly

editor.ploomber.io
3 points·by ploomber·2 năm trước·0 comments

[untitled]

1 points·by ploomber·4 năm trước·0 comments

[untitled]

1 points·by ploomber·4 năm trước·0 comments

[untitled]

1 points·by ploomber·4 năm trước·0 comments

Three Tools for Executing Jupyter Notebooks

ploomber.io
3 points·by ploomber·4 năm trước·1 comments

Ploomber: Build modular data pipelines from Jupyter

blog.jupyter.org
2 points·by ploomber·4 năm trước·0 comments

From Jupyter to Production – Filip Jankovic – PyData Global 2021

youtube.com
5 points·by ploomber·5 năm trước·0 comments

Ploomber: Maintainable and Collaborative Pipelines in Jupyter

blog.jupyter.org
2 points·by ploomber·5 năm trước·0 comments

Why (and how) to put notebooks in production

ploomber.io
4 points·by ploomber·5 năm trước·0 comments

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

ploomber.io
1 points·by ploomber·6 năm trước·0 comments

comments

ploomber
·4 năm trước·discuss
Go Castled! Congrats on the launch!
ploomber
·4 năm trước·discuss
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 năm trước·discuss
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 năm trước·discuss
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 năm trước·discuss
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).