Add tfidf #14407
Open
Add tfidf #14407
Annotations
4 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
machine_learning/feature_extraction/tfidf.py#L28
machine_learning/feature_extraction/tfidf.py:28:89: E501 Line too long (108 > 88)
|
|
Run uvx ruff check --output-format=github .:
machine_learning/feature_extraction/tfidf.py#L1
machine_learning/feature_extraction/tfidf.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Run uvx ruff check --output-format=github .:
machine_learning/feature_extraction/tfidf.py#L1
machine_learning/feature_extraction/tfidf.py:1:1: INP001 File `machine_learning/feature_extraction/tfidf.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Loading