Viewing profile — aguschin
aguschin
HN member- Joined
- Tue, May 24, 2022, 2:53 PM UTC
- HN karma
- 3
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About aguschin
Recent public activity
- story
-
comment
Comment #34108339
LOL, just was submitting the same link and got here. Was too late to publish first) Anyway, I'm one of the authors - the other one published the blog post on medium. Hope this will…
-
story
Show HN: ML model to tell if you were naughty this year
And a blog post about it - please enjoy! https://medium.com/@mike0sv/i-trained-a-model-to-tell-if-you...
-
comment
Comment #31583976
Oh, and MLEM can also serialize any Python function. (How could I forget!)
-
comment
Comment #31583819
Yep! Machine Learning should be mlemming :)
-
comment
Comment #31583795
Thank you! MLEM already supports Scikit-learn, PyTorch, XGBoost, LightGBM and CatBoost now. We're going to add fastai, TensorFlow and Huggingface very soon, and then there are many…
-
comment
Comment #31583109
Thanks! We're going to add AWS Sagemaker, pure Kubernetes and Seldon-core soon. Feel free to drop an issue in GH if you need something in particular!
-
comment
Comment #31583059
Hi! Thanks for the question! There are a few important differences: - MLEM automatically extracts the metadata from the model for you. With MLflow, you need to specify ML framework…
-
story
Show HN: MLEM – ML model deployment tool
Hi, I'm one of the project creators. MLEM is a tool that helps you deploy your ML models. It’s a Python library + Command line tool. 1. MLEM can package an ML model into a Docker i…