Gustaf Bodén

Results 5 issues of Gustaf Bodén

This use of round as a variable name shadows the built-in round() function within the scope of the for loop. It's generally considered poor practice to use the names of...

The `violinplot` function in seaborn doesn't need a `kind` parameter because it's already clear what kind of plot you want—a violin plot. You may have confused this with the `catplot`...

Hi 🐍 Matt Harrison, I'm thoroughly enjoying your book on XGBoost, but I noticed what might be data leakage during hyperparameter tuning. Specifically, on page 46, 47, 48 and 49,...

Hello Matt Harrison, I've been enjoying your book so far. However, I noticed some inconsistencies in the decision tree visualizations, specifically on page 53. While this seems to occur in...

I have a lot of training data, so I'm trying to get BirdNET to utilize the computer's GPU. I have been unsuccessful so far and am pulling my hair out....