It's easy to be mislead about the performance of a machine learning algorithm based upon impressive sounding numbers. This week dive into some scoring metrics and don't get fooled!
MetPy Mondays #184 - Scoring with Accuracy, Precision, Recall, and F1
31 May 2021
It's easy to be mislead about the performance of a machine learning algorithm based upon impressive sounding numbers. This week dive into some scoring metrics and don't get fooled!
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!
NCZarr Support for Zarr Filters
23 May 2021
[Note: See github issue 2006 for additional comments.]
To date, filters in the netcdf-c library referred to HDF5 style filters. The inclusion of Zarr support in the netcdf-c library (called NCZarr) creates the need to provide a new representation consistent with the way that Zarr files store filter information. For Zarr, filters are represented using the JSON notation. Each filter is defined by a JSON dictionary, and each such filter dictionary is guaranteed to have a key named "id" whose value is a unique string defining the filter algorithm: "lz4" or "bzip2", for example.
This document outlines the proposed process by which NCZarr will be able to utilize existing HDF5 filters. At the same time, it provides mechanisms to support storing filter metadata in the NCZarr container using the Zarr compliant Codec style representation of filters and their parameters.
[Read More]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