top of page

Search


A Foundation for Agent Collaboration
This article explores the Model Context Protocol (MCP), a standardized interface that enables AI agents to dynamically discover and invoke external tools. It covers MCP’s architecture, real-world applications, and security risks across its lifecycle. By decoupling tool logic from AI behavior, MCP empowers agents to perform complex workflows with greater flexibility, setting a foundation for the next generation of tool-integrated AI systems.

Juan Manuel Ortiz de Zarate
Jul 259 min read


Handling missing data
Effectively handling missing data with univariate and multivariate imputation ensures reliable analysis and accurate machine learning models

Juan Manuel Ortiz de Zarate
Sep 10, 202411 min read


Understanding what the ML models have learned
Models could spread bias and discrimination if you don't know what they have learned. Here we show a technique to prevent it.

Juan Manuel Ortiz de Zarate
Aug 2, 202410 min read


The Fundamental Tool in Machine Learning: Decision Trees
Unlock the power of decision trees! Discover how this simple yet robust tool can revolutionize your data analysis.

Juan Manuel Ortiz de Zarate
Jul 26, 202411 min read


MLFlow + Hydra: A Framework for Experimentation with Python
In this article I share a experimentation framework I work with in my daily job. It uses MLFlow and Hydra to facilitate hypothesis testing.
Cristian Cardellino
May 23, 202410 min read


Tracking Multiple Experiments with Hydra
In this article we'll explore Hydra, a tool for managing multiple configuration parameters and file when doing machine learning for research
Cristian Cardellino
May 5, 202410 min read


Modeling Data with Bayesian Statistics
In this article we will go through a quick overview of what Bayesian modeling is and how can we use probabilistic programming to leverage it
Cristian Cardellino
Mar 30, 20249 min read


Deploying Machine Learning Models with FastAPI and Docker
In this article, we will see how we can leverage FastAPI and Docker to build a wrapper REST API around ML models and deploy it.
Cristian Cardellino
Mar 15, 202412 min read


Practical Machine Learning for Industry
In this article I'll share with you some advice based on personal experience when doing practical machine learning for the industry.
Cristian Cardellino
Feb 22, 202411 min read
bottom of page