HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ploomber

no profile record

Submissions

[untitled]

1 points·by ploomber·ano passado·0 comments

Tetris clone running in the browser with Streamlit and WebAssembly

editor.ploomber.io
3 points·by ploomber·há 2 anos·0 comments

[untitled]

1 points·by ploomber·há 4 anos·0 comments

[untitled]

1 points·by ploomber·há 4 anos·0 comments

[untitled]

1 points·by ploomber·há 4 anos·0 comments

Three Tools for Executing Jupyter Notebooks

ploomber.io
3 points·by ploomber·há 4 anos·1 comments

Ploomber: Build modular data pipelines from Jupyter

blog.jupyter.org
2 points·by ploomber·há 4 anos·0 comments

From Jupyter to Production – Filip Jankovic – PyData Global 2021

youtube.com
5 points·by ploomber·há 5 anos·0 comments

Ploomber: Maintainable and Collaborative Pipelines in Jupyter

blog.jupyter.org
2 points·by ploomber·há 5 anos·0 comments

Why (and how) to put notebooks in production

ploomber.io
4 points·by ploomber·há 5 anos·0 comments

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

ploomber.io
1 points·by ploomber·há 6 anos·0 comments

comments

ploomber
·há 4 anos·discuss
Go Castled! Congrats on the launch!
ploomber
·há 4 anos·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
·há 5 anos·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
·há 5 anos·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
·há 5 anos·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).