-
The Truth about Linear Regression [Page 8: 7/14/2022]: https://www.stat.cmu.edu/~cshalizi/TALR/TALR.pdf
Deep Learning: https://www.deeplearningbook.org [ 2 Linear Algebra: 7/14/2022]
Advanced da…
-
Still valid for 0.19.2 beta
Meta-bug to collect modules with missing/lacking help files from all issues around. Closed issue mark on references to the old issues do not mean, that those documentati…
-
The following comment really confused me:
`# Use matrix cross product (*) to simultaneously`
`# calculate the derivative for each weight`
`d_w1 = -x1*(targets - predictions)`
...
https://ml-…
-
Preview of the error:
![image](https://user-images.githubusercontent.com/22552445/132767824-2af2d1c6-46ef-49f7-ab06-0e3392615ce0.png)
We've noticed this for several of our perf testing datasets. O…
-
https://github.com/stoltzmaniac/Basic-ML-OOP/tree/master/01-Regression/Linear-Regression/Part-02
I have the models folder written up where `data_handlers.py` handles a bunch of the different inputs…
-
The function is in stats/linear_regression.go
**Description:**
The current implementation of the `LinearRegression` function in `linear_regression.go` calculates the P-value incorrectly. The P-val…
-
Hello,
I have such a header:
```
Factors
Estimated parameters
Linear regression
Quadratic regression
A
B
C
…
-
### Description
_No response_
### Purpose
testing lm assumptions
### Use-case
_No response_
### Is your feature request related to a problem?
_No response_
### Is your feature request related …
-
### Discord username (optional)
_No response_
### Describe the bug
when open two tab which enabled `Synchronized all panels in current tab` will send broadcast input to all tabs instead of on activ…
-
When I run the first cell in 03.01-Introducing-Pandas-Objects.ipynb or 05.06-Linear-Regression.ipynb I get the following error:
```
----------------------------------------------------------------…