biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.69k stars 991 forks source link

Logistic Regression: ReplaceUnknowns has no attribute function #6844

Open ajdapretnar opened 5 days ago

ajdapretnar commented 5 days 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 5 days ago

Did this ever work (in older version)?

ajdapretnar commented 5 days ago

TBH, I don't think so.