-
Using
Data_Test1:
{
proxy_size: [130, 650, 99, …],
actual_added: [186, 699, 132, ...]
}
- [ ] Should return B0=-22.55 with the dataset is proxy_size: [130, 650, 99, …], and actual_added: [1…
-
-
### 🚀 The feature, motivation and pitch
In the past, we padded int4 quantization with non-multiple group size to make things work. Since we have decided to remove the padding, int4 quantization is n…
-
Some adjustments will be necessary to make the printed `LMData` and `GLMData` print nicely in Markdown.
One detail is that tables are printed using `clojure.pprint/print-table`. It uses plus signs …
daslu updated
2 weeks ago
-
-
**What is the bug?**
I trained a linear regression model with 5000 features and apparently when calling the `_predict` API only `NaN` values are returned.
I cannot exclude that I'm using parameter…
-
-
[Car-Training.csv](https://github.com/JuliaStats/GLM.jl/files/6384056/Car-Training.csv)
This is a bit urgent.
In a home exam that it is ongoing, I have the attached dataset, where students need …
-
@DhanushNehru assign this task to me , after labeling hacktober. thanks
-
大纲
- 最小二乘法:几何意义
- 最小二乘法:等效于noise为高斯分布的MLE
- 正则化:频率角度和贝叶斯角度