Skip to content

Add tfidf

Add tfidf #17419

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
ruff (E501): machine_learning/feature_extraction/tf-idf.py#L28
machine_learning/feature_extraction/tf-idf.py:28:89: E501 Line too long (108 > 88)
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`.