orange3 icon indicating copy to clipboard operation
orange3 copied to clipboard

Improve Linear Regression widget

Open janezd opened this issue 4 years ago • 0 comments

#5722 suggested additional features for scatter plot. They belong to a separate widget, possibly Linear Regression, which could have a plot of single variable vs. the dependent variable.

This requires some planning. To observe regression lines for individual features, we may also want to add univariate regression (as "naive linear regression" that would assume mutual independence of variables).

See also #5845. We need to decide what kinds of statistics to include. As I argued there, Orange is a tool for generating hypothesis from data and such hypothesis must not be tested on this same data; the least we can do is to not help the users doing it. We should however consider adding Bayesian stuff.

Include also #5789 and #5722.

janezd avatar Dec 10 '21 14:12 janezd