mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-20 05:26:53 +01:00
Updates some Python dependencies and the hooks
This commit is contained in:
parent
2f149eac9d
commit
8aa5ecde62
17 changed files with 371 additions and 350 deletions
|
|
@ -247,7 +247,7 @@ class DocumentClassifier:
|
|||
data_vectorized = self.data_vectorizer.fit_transform(content_generator())
|
||||
|
||||
# See the notes here:
|
||||
# https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html # noqa: 501
|
||||
# https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html # noqa: E501
|
||||
# This attribute isn't needed to function and can be large
|
||||
self.data_vectorizer.stop_words_ = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue