Daft
Daft copied to clipboard
[EXPRESSIONS]: Distance functions
Is your feature request related to a problem? Please describe. I'd like to perform various distance/similarity functions.
- [ ]
cosine
- [ ]
dot_product
- [ ]
euclidian
- [ ]
pearson
- [ ]
jaccard
- [ ] ...
Describe the solution you'd like
Afformentioned functions are added to a new namespace TBD
Describe alternatives you've considered Manually implement these as UDF's