You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
The quality___language___fasttext_filter function is not utilizing the 'subset' column's text values for filtering. Although a subset parameter exists in the function, it is not used throughout the logic of the function. However, the function still operates because the language_predict_fasttext function used within automatically targets the 'text' column for filtering. In dataverse testing, the 'text' column is used as the column containing the text. Additionally, there are concerns about potential name conflicts with user input data since the function internally generates columns named labels and scores.
Translate this into easy-to-understand, yet precise English.
Actual Behavior
written above
Reproduction
Simply run with the quality___language___fasttext_filter function without 'text' column.
The text was updated successfully, but these errors were encountered:
41ow1ives
changed the title
🐛 [BUG] - <title>
🐛 [BUG] - quality___language___fasttext_filter function is not utilizing the 'subset' column's text values for filtering
May 20, 2024
41ow1ives
added a commit
to 41ow1ives/dataverse
that referenced
this issue
May 24, 2024
Environment Settings
default setting
Expected Behavior
The
quality___language___fasttext_filter
function is not utilizing the 'subset' column's text values for filtering. Although a subset parameter exists in the function, it is not used throughout the logic of the function. However, the function still operates because thelanguage_predict_fasttext
function used within automatically targets the 'text' column for filtering. In dataverse testing, the 'text' column is used as the column containing the text. Additionally, there are concerns about potential name conflicts with user input data since the function internally generates columns named labels and scores.Translate this into easy-to-understand, yet precise English.
Actual Behavior
written above
Reproduction
Simply run with the
quality___language___fasttext_filter
function without 'text' column.The text was updated successfully, but these errors were encountered: