-
![image1](https://user-images.githubusercontent.com/37444351/44082963-c043be52-9fed-11e8-9991-650293235d91.png)
-
**Is your feature request related to a problem? Please describe.**
So far, when detrending, we can use linear regression with polynomial features. I would like something more flexible, i.e. fiting li…
-
### What happened?
Reported by https://hail.zulipchat.com/#narrow/stream/123010-Hail-Query-0.2E2-support/topic/Bugs.20of.20weights.20option.20in.20linear_regression_row/near/448000375
Simplified r…
-
Hi All,
I have question, does the linear regression in jamovi have maximum likelihood in its settings or background to deal with missing data? just like the path analysis and factor analysis opti…
-
Document the process of training and evaluating a simple linear regression model.
-
In Chapter 3, Linear Regression lab,
```python
new_df = pd.DataFrame({'lstat':[5, 10, 15]})
newX = design.transform(new_df)
newX
```
The above snippet throws the following errors:
```p…
-
Via https://eaforecasting.slack.com/archives/C030T49UHSS/p1664739821894979
Example by @OAGr:
```
a = normal(3,3) * uniform(3,10)
b = a + uniform(10,11)
scatterPlot({x: a |> Dist.toList, y: v …
-
## Summary
Enhancing the Flexibility of Linear Models in Leaf Nodes of Boosted Linear Trees
## Motivation
Linear trees represent a practical technique that not only enhances model performance a…
-
-