Live data from Hacker News

Ask HN: What is your ML stack like?

news.ycombinator.com

131–134 of 134 posts

Re: Ask HN: What is your ML stack like?

#131
post #116

Earlier quoted context omitted.

>save a requirements.txt pipenv https://packaging.python.org/tutorials/managing-dependencies... https://dev.to/yukinagae/your-first-guide-to-getting-started...

Please do not use `pipenv`, use `poetry` or plain old `pip` instead. 1. https://news.ycombinator.com/item?id=18612590

Hmmm

Point about "Official tool" is valid

Others seems strange to me

I'd add to my comment something like "Try it. If you like it - use it"

Thank you for link

Re: Ask HN: What is your ML stack like?

#132
post #91

Earlier quoted context omitted.

Windows will probably be done in a year, but it's hard to say. Hardest part is finding people who want to work on windows support xD

No kidding. (I wasn't complaining btw nor was I even focused on OS support, I was curious about which arches people use it on). What are the popular use cases - either ones driving current development or ones where it's best suited?

Right now people mainly use it for web apps, sometimes data processing. With windows support, I think there would be a rush to make cross platform GUI apps.

Re: Ask HN: What is your ML stack like?

#133

Earlier quoted context omitted.

hi Aaron, We did exactly what works for you into a open source python library, github.com/bentoml/bentoml. It packages your model for you into a standardized format, that you can use it in multiply serving scenarios online serving with api endpoint, offline serving with spark udf, CLI access or import it as python module. It also helps you deploy to different platform such as lambda, sagemaker and others. Our value i…

It's been great seeing this space fill out with solutions in the last year. MLFlow[1] is another open source solution I have my eyes on. BentoML looks more cohesive than our homegrown solution because it targets a more general case. One of the things I would miss switching to BentoML would be automatic requirements generation. We use pipreqs[2] to generate a requirements.txt given a model instance. Any thoughts on th…

Hi Aaron! We in Kubeflow[1] would love if you took a look at us as well. We're always open to feedback!

[1] https://kubeflow.org

Re: Ask HN: What is your ML stack like?

#134

Earlier quoted context omitted.

Any inputs on Argo workflows vs Kubeflow vs MLFlow? Which is better suited?

Kubeflow, unless I’m missing some things, is for Tensorflow pipelines, if you’re not using TF, or it’s not the only thing you use, it’s not ideal. I thought MlFlow was a spark thing, and were trying to migrate off of spark/DataBricks due to the resources inefficiencies of Spark (at our scale) and maintenance nightmare that python notebooks are causing us. Argo is just a container workflow tool, not ML specific. We’re…

Hi! Co-founder of Kubeflow here - definitely not TensorFlow only! You can see ([1]) many many different repos and operators. The nice part about Argo for us is it let us build an ML specific DSL that was also Kubernetes native.

[1] https://github.com/kubeflow/

Post reply on HN