News

Using NumPy for array and matrix math in Python Many mathematical operations, especially in machine learning or data science, involve working with matrixes, or lists of numbers.
Python library for generating a confusion matrix from actual and predicted label.
These days a printer — especially one at home — is likely to spray ink out of nozzles. It is getting harder to find home laser printers, and earlier printer technologies such as dot matrix are ...
In this post I will demonstrate how to plot the Confusion Matrix. I will be using the confusion martrix from the Scikit-Learn library (sklearn.metrics) and Matplotlib for displaying the results in a ...