Categorical similarity was assessed using the Jaccard similarity index, where an intersection (i.e., the overlap) is calculated as a proportion of its union (i.e., all unique values in both categories combined).
An Array of Sequences.md index d266a3f..ab6fb51 100644 --- a/notes/CS/py/fluent py/Ch2. An Array of Sequences.md +++ b/notes/CS/py/fluent py/Ch2. An Array of Sequences.md @@ -545,7 +545,8 @@ deque([40, 30, 20, 10, 3, 4, 5, 6, 7, 8], maxlen=10) ``` -...
Categorical similarity was assessed using the Jaccard similarity index, where an intersection (i.e., the overlap) is calculated as a proportion of its union (i.e., all unique values in both categories combined). To test whether a time-series was stationary, the Augmented Dickey–Fuller Test ...