My thoughts on Applied ML Days 2024
AMLD Thoughts Applied Machine Learning Days (AMLD) 2024 is over for me! I spent two full days in Lausanne, and the conference took place at the EPFL campus. ...
AMLD Thoughts Applied Machine Learning Days (AMLD) 2024 is over for me! I spent two full days in Lausanne, and the conference took place at the EPFL campus. ...
hydra
for config management in Python
Often in my day-to-day I deal with configs that control either experiments or initializations of python classes (say the hyper-parameter of an ML model). T...
In this post I am explaining things I learned when trying to run effective Python unit tests that required to mock some expensive resources. This is a very ...
What is tf-exporter? In this post I am introducing my new open-source library: tf-exporter available at Github!
I recently came across this excellent calmcode tutorial about polars and its write-up and I was intrigued. Time passed but I finally found the time to disco...