biolab / orange3-educational

🍊 🎓 Educational widgets for machine learning and data mining in Orange 3.
Other
27 stars 20 forks source link

Linear Regression - fit intercept misbehaves when coupled with Polynomial Regression #135

Closed BlazZupan closed 2 years ago

BlazZupan commented 2 years ago

What's wrong?

An option in Linear Regression is to fit the intercept. If the box is not checked, the intercept should be zero. This seems to work when Linear Regression is given the data directly. But fails to work when coupled with Polynomial Regression (from Educational add-on):

image

How can we reproduce the problem?

Use the workflow as shown and paint some data:

image