HackerTrans
TopNewTrendsCommentsPastAskShowJobs

idomi

no profile record

Submissions

Ask HN: Are you saving inference costs on GPUs at your company

5 points·by idomi·2 वर्ष पहले·1 comments

Ploomber (YC W22) Is Hiring Senior Software Engineers NYC/Remote US

ycombinator.com
1 points·by idomi·2 वर्ष पहले·0 comments

[untitled]

1 points·by idomi·2 वर्ष पहले·0 comments

Ploomber (YC W22) Is Hiring Senior Software Engineers

ycombinator.com
1 points·by idomi·2 वर्ष पहले·0 comments

Ploomber (YC W22) Is Hiring Senior Software Engineers in NYC

ycombinator.com
1 points·by idomi·2 वर्ष पहले·0 comments

Ploomber (YC W22) Is Hiring Senior Software Engineers in NYC

ycombinator.com
1 points·by idomi·3 वर्ष पहले·1 comments

Ploomber (YC W22) Is Hiring Software Engineers in NYC

ycombinator.com
2 points·by idomi·3 वर्ष पहले·0 comments

Show HN: OSS AI Based Resume Analyzer

resume-analyzer.ploomberapp.io
2 points·by idomi·3 वर्ष पहले·0 comments

[untitled]

1 points·by idomi·3 वर्ष पहले·0 comments

[untitled]

1 points·by idomi·3 वर्ष पहले·0 comments

[untitled]

1 points·by idomi·3 वर्ष पहले·0 comments

[untitled]

1 points·by idomi·3 वर्ष पहले·0 comments

[untitled]

1 points·by idomi·3 वर्ष पहले·0 comments

[untitled]

1 points·by idomi·3 वर्ष पहले·0 comments

[untitled]

1 points·by idomi·3 वर्ष पहले·0 comments

[untitled]

1 points·by idomi·3 वर्ष पहले·0 comments

[untitled]

1 points·by idomi·3 वर्ष पहले·0 comments

Summer Savings Surge: Outsmart Financial Pitfalls with Top Expert Hacks

financialfreedomart.com
1 points·by idomi·3 वर्ष पहले·0 comments

[untitled]

1 points·by idomi·4 वर्ष पहले·0 comments

Which Pandas version did I use? Recover dependency versions from legacy notebook

ploomber.io
1 points·by idomi·4 वर्ष पहले·0 comments

comments

idomi
·2 वर्ष पहले·discuss
I think it really depends on your need, if you're working on your local and trying to get something to work, caching, scale etc, might be an overkill.
idomi
·2 वर्ष पहले·discuss
Pretty cool, it's about time we got some facelift for Shiny.
idomi
·3 वर्ष पहले·discuss
Come join us!
idomi
·3 वर्ष पहले·discuss
Feel free to open an issue if you're looking for new features/something's missing. Also we'd love to chat more about your Azure Data Studio!
idomi
·4 वर्ष पहले·discuss
When data scientists are training locally on small datasets, they have to deal with dependency installation, parameterization, and provisioning infrastructure. Once they want to train the model for production on a full load dataset, the complexity increases, and a new configuration must be considered.

Today we're launching a GUI feature in ploomber to solve this issue, by allowing our users to drop notebooks and execute them on the cloud without spinning up clusters or worrying about any infrastructure.

The service is based on our open-source software and have a free-tier that allows to scale multiple models before depleting the quota.

Would love to hear thoughts and impressions of it! You can also reach out to me directly at [email protected]
idomi
·4 वर्ष पहले·discuss
+1 I also think it's faster that way on both environment setup and ad hoc rapid experiments, from my experience using the library in a team doesn't scale well, it becomes pretty slow.
idomi
·4 वर्ष पहले·discuss
Pretty interesting. I think this is part of this notion to release half baked products, like some of the stuff in there are really cool, just enough to get you in but it doesn't scale and usually is complex to deploy/use.
idomi
·4 वर्ष पहले·discuss
How many data scientists that use Databricks for modeling do you know?
idomi
·4 वर्ष पहले·discuss
Hi, we’re Ido & Eduardo, the founders of Ploomber. We’re launching Ploomber Convert today, a web-based application that allows data scientists to convert notebooks to PDF, no setup required.

As data scientists, we have to share our work with non-technical colleagues to communicate results. To allow them to read our findings, we use nbconvert, which enables us to export notebooks to PDF or HTML. Unfortunately, nbconvert requires Pandoc, TeX/XeLaTeX, Pyppeteer, Chromium, and other packages, which is complicated. Ploomber Convert provides the nbconvert functionality without installing a single package.

Ploomber Convert is built on top of AWS and runs all the necessary packages in a docker container. Since notebooks often contain sensitive information, we do not store any notebooks or PDF files.

Ploomber Convert is free to use. Go to https://convert.ploomber.io, drop your Jupyter Notebook to convert, hit ‘Convert to PDF’, and save it.

We want to make Ploomber Convert the go-to tool for data scientists to turn their notebooks into shareable reports. We’re working on adding support for Quarto, custom CSS templates, export to HTML, and other features. Let us know what else you need!

We’re thrilled to share Ploomber Convert with you! So, if you had difficulties exporting your Jupyter Notebooks or if you have any feedback, please share your thoughts! We love discussing these problems since exchanging ideas sparks exciting discussions and brings our attention to use cases we haven’t considered before!
idomi
·4 वर्ष पहले·discuss
I doubt it, they got too much traction at this stage.
idomi
·4 वर्ष पहले·discuss
First you can always research on your own, there's tons of resources online and in git. If that doesn't work I find a teammate or a friend with the right domain expertise. There are also some useful slack communities for instance on MLOps etc.
idomi
·4 वर्ष पहले·discuss
There are so much stuff you could do with it right?
idomi
·4 वर्ष पहले·discuss
How is this different than turbotax for instance?
idomi
·4 वर्ष पहले·discuss
Thanks for sharing! Yeah definitely a problem, we've been trying to build it mainly on the feedbacks we're getting from the open-source solution.
idomi
·4 वर्ष पहले·discuss
You're right to some extent - at least on some of the concepts. We don't focus on a specific ML use case, like computer vision. In addition, we're oriented towards notebooks and this notion allows us to break it into smaller tasks, cache the results and execute in parallel (locally or via this new cloud service). BTW, we tried talking to the founders but couldn't get a hold of them, if you or anyone know them - we'd love to chat!
idomi
·4 वर्ष पहले·discuss
Yes, you should follow best practices and isolate each job to the smallest task possible (and then reuse components). We have this functionality in 2 flavors, you can define hooks as part of your pipelines(https://docs.ploomber.io/en/latest/api/spec.html#id2), in addition you can define this dependency as part of your jobs DAG (https://docs.ploomber.io/en/latest/get-started/basic-concept...), e.g get the data, clean it, train the model and test it.
idomi
·4 वर्ष पहले·discuss
Make sure to checkout ploomber, our support is seamless tons of docs (https://docs.ploomber.io/) and we take our users seriously. P.S. We integrate with airflow and other orchestrators if you still need to tackle those.
idomi
·4 वर्ष पहले·discuss
When it comes to scale and DS work I'd use the ploomber open-source (https://github.com/ploomber/ploomber). It allows an easy transition between dev and production, incrementally building the DAG so you avoid expensive compute time and costs. It's easier to maintain and integrates seamlessly with Airflow, generating the DAGs for you.
idomi
·4 वर्ष पहले·discuss
idomi
·4 वर्ष पहले·discuss
Ploomber actually can work with shell script so you could export you js code into a pipeline. But besides that not that I know of.