Implement cosine similarity function in Python #18076
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W293):
machine_learning/cosine_similarity.py#L21
machine_learning/cosine_similarity.py:21:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (I001):
machine_learning/cosine_similarity.py#L1
machine_learning/cosine_similarity.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|