• 703-743-9010
  • info@oneoffcoder.com
  • 7526 Old Linton Hall Rd, Gainesville VA, 20155

Goodman-Kruskal’s Lamba

Let’s learn about Goodman-Kruskal’s Lambda (GKL). This association measure is a Proportional Reduction in Error (PRE) measure. A PRE measure determines the reduction in the probability of error of one variable given another. GKL is an asymmetric measure; for two categorical variables, A and B, Lambda of A given B […]

Python Data Containers

Let’s learn new and modern ways of creating data containers in Python. Tuples? Try using named tuples. Dictionaries? Try using EasyDictionary. Classes? Try using data classes. These newer and alternative data containers help you write better and cleaner code. Let’s reach for success, let’s start learning.