This week we learn more about how to check the performance of our machine learning algorithms with confusion matrices and the dummy classifier!
MetPy Mondays #183 - Confusion Matrices and Dummy Classifiers in ScikitLearn
24 May 2021
This week we learn more about how to check the performance of our machine learning algorithms with confusion matrices and the dummy classifier!
MetPy Mondays #183 - Predicting Rain with Machine Learning - Using KNN
17 May 2021
MetPy Mondays #182 - Linear Regression with Scikit-Learn - Basic Machine Learning
10 May 2021
MetPy Mondays #181 - Using Apply to Speed Up Pandas DataFrame Operations
03 May 2021
MetPy Mondays #180 - A Debugger in the Notebook
26 April 2021
We all love our IDEs and debuggers, but did you know you can get a lot of that debugger functionality right in the notebook? Say goodbye to print statement debugging!