Week 7, Day 2
- Finished closest worlds implementation, using cosine similarity to compare each record (row) in the dataset against the given unit observation.
- Decided to filter on the counterfactual early on, to ensure that the number of closest worlds found is not reduced at the end.
- Updated the variable data types to be consistent with the existing codebase, and added PyDoc.