Cristian CardellinoMay 239 min readMLFlow + Hydra: A Framework for Experimentation with PythonIn this article I share a experimentation framework I work with in my daily job. It uses MLFlow and Hydra to facilitate hypothesis testing.
Cristian CardellinoMay 510 min readTracking Multiple Experiments with HydraIn this article we'll explore Hydra, a tool for managing multiple configuration parameters and file when doing machine learning for research
Cristian CardellinoMar 1511 min readDeploying Machine Learning Models with FastAPI and DockerIn 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 CardellinoFeb 2211 min readPractical Machine Learning for IndustryIn this article I'll share with you some advice based on personal experience when doing practical machine learning for the industry.