Skip to content
View yudhiesh's full-sized avatar
  • MoneyLion
  • Kuala Lumpur
  • 13:41 (UTC +08:00)

Highlights

  • Pro
Block or Report

Block or report yudhiesh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yudhiesh/README.md

Hi there, I'm Yudhiesh 👋

Yudhiesh's github stats

Top Langs

Articles on Medium.com

Recent Article 0

Recent Article 1

Pinned Loading

  1. MalaysianPayGap MalaysianPayGap Public

    Scrapping MalaysianPayGap & Extracting data from the Instagram posts

    Python 73 14

  2. ctmlp ctmlp Public

    Code for my live demo at MoneyLion's Tech Talk #4 on the topic of Continuous Testing of Machine Learning Projects

    Python 9 5

  3. ray-serve-composite-model ray-serve-composite-model Public

    Using Ray Serve and FastAPI to serve a composite NLP model

    Python 2

  4. ray-preprocess-data-in-parallel ray-preprocess-data-in-parallel Public

    Using Ray to Preprocess Data Concurrently with Ease(with a comparison between non-parallel and asyncio versions)

    HTML

  5. Train a Deep Learning model using Op... Train a Deep Learning model using Optuna for HPO with Distributed HPO in Metaflow
    1
    import logging
    2
    import os
    3
    import uuid
    4
    from functools import (
    5
        partial,