Skip to content

January, 2024

Overview: Decision Tree

Decision tree is a very crucial algorithm in ML world because using this algorithm there are many important and some of the best algo of ML is made upon like RandomForest and Xgboost.

That's why we going to take a overview of Decision Tree in this blog.

Anatomy of Decision Trees

ML Systems Dobuts

I've been working on a project of Machine Learning where I am using Docker to containerise my applications (frontend and backend). But I'm facing difficulties while using ML models in the containers.

Question

  1. How to train the model and also use MLFlow for model monitoring?
  2. I don't know how to integrate the ML models in the containers.
    1. Should I deploy my models in cloud and from there I can fetch the models for prediction?
    2. Should I add the models into the container from which I can easily make prediction?

MLFlow