Sklearn-genetic-opt: ML hyperparameters tuning in Python
This is meant to be an alternative from popular methods inside scikit-learn such as Grid Search and Randomized Grid Search. (more…)
Read more »
Today, I encountered a fun bug where f”{x}” threw a TypeError, but str(x) worked. Join me on my journey unravelling what f-strings do and uncovering the mystery of why an object might not be what it seems. Read more