Live data from Hacker News

Viewing profile — aguschin

aguschin

HN member
Joined
Tue, May 24, 2022, 2:53 PM UTC
HN karma
3
Public activity
9 items

About aguschin

Developer and Product Engineer at Iterative.ai

Recent public activity

  1. story
  2. 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…

  3. 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...

  4. comment
    Comment #31583976

    Oh, and MLEM can also serialize any Python function. (How could I forget!)

  5. comment
    Comment #31583819

    Yep! Machine Learning should be mlemming :)

  6. 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…

  7. 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!

  8. 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…

  9. 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…