Skip to content

implimenting tfidf using just python and numpy under feature extraction #17417

implimenting tfidf using just python and numpy under feature extraction

implimenting tfidf using just python and numpy under feature extraction #17417

Triggered via pull request March 15, 2026 16:28
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (W293): machine_learning/feature_extraction/tf-idf.py#L27
machine_learning/feature_extraction/tf-idf.py:27:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W293): machine_learning/feature_extraction/tf-idf.py#L25
machine_learning/feature_extraction/tf-idf.py:25:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W293): machine_learning/feature_extraction/tf-idf.py#L22
machine_learning/feature_extraction/tf-idf.py:22:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W293): machine_learning/feature_extraction/tf-idf.py#L19
machine_learning/feature_extraction/tf-idf.py:19:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W293): machine_learning/feature_extraction/tf-idf.py#L15
machine_learning/feature_extraction/tf-idf.py:15:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W291): machine_learning/feature_extraction/tf-idf.py#L13
machine_learning/feature_extraction/tf-idf.py:13:22: W291 Trailing whitespace help: Remove trailing whitespace
ruff (W293): machine_learning/feature_extraction/tf-idf.py#L11
machine_learning/feature_extraction/tf-idf.py:11:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (W293): machine_learning/feature_extraction/tf-idf.py#L9
machine_learning/feature_extraction/tf-idf.py:9:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (I001): machine_learning/feature_extraction/tf-idf.py#L1
machine_learning/feature_extraction/tf-idf.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (INP001): machine_learning/feature_extraction/tf-idf.py#L1
machine_learning/feature_extraction/tf-idf.py:1:1: INP001 File `machine_learning/feature_extraction/tf-idf.py` is part of an implicit namespace package. Add an `__init__.py`.