biolab / orange3-text

🍊 :page_facing_up: Text Mining add-on for Orange3
Other
126 stars 81 forks source link

Logistic Regression: ReplaceUnknowns has no attribute function #1075

Closed ajdapretnar closed 2 days ago

ajdapretnar commented 2 months ago

What's wrong? Logistic Regression reports "Fitting failed. ReplaceUnknowns has no attribute function."

Screenshot 2024-06-27 at 09 13 59

The issue must be Statistics, but looking at the data there's nothing suspicious. So I am reporting here, because I believe LR doesn't handle certain form of the Corpus. Same issue with Random Forest, AdaBoost, KNN, SVM, SGD, GB. CN2 fails with an error.

How can we reproduce the problem? Corpus (bookexcerpts) - Statistics - Logistic Regression

Screenshot 2024-06-27 at 09 14 06

What's your environment?

markotoplak commented 2 months ago

Did this ever work (in older version)?

ajdapretnar commented 2 months ago

TBH, I don't think so.