Reading a Confusion MatrixThe confusion matrix is a valuable way to see how well your model performs. A confusion matrix works by counting the number of times the…Jul 15, 2021Jul 15, 2021
Interpreting the z-scoreThe z-score can tell us how many standard deviations aways a value is from the mean. In order to calculate the z-score you need the…Jun 22, 2021Jun 22, 2021
For-loop BasicsThe for loop can be used to repeat a set of statements in a list, dictionary, tuple, set, or string.Jun 1, 2021Jun 1, 2021