-
Dear Steffen,
I believe there are some errors in the expression employed to compute the standard errors of the ridge linear coefficients (ridge:::vcov.ridgeLinear). Specifically, it always penalize…
-
**Version 0.2**
Id | Models | Code | Test | Documentation
--- | ---------------------------------- | -------- |--------|--------------…
-
During `RidgeRegression.fit()`, we group on `['sample_block', 'label']` but not on `'alpha'`. This becomes a limiting factor on our scalability due to PyArrow limits, which constrain the number of 8-b…
-
More as a feature request: do you think it might be possible to allow some form of regularisation in `mblogit` multinomial fits?
When one is dealing with sparse data, one now often encounters problem…
-
just parking a note for computational shortcut
Khuran et al 2014 top of page 5252 for standard parameterization of generalized Ridge
Most of the jackknife-Ridge literature uses canonical parame…
-
@gbifvyihk
Can you verify the following for me?
It would seem that the scoring method/function for regression models (e.g. Ridge Regression) is the `score(X,y)` method/function. This function. w…
-
Use case:
User creates consortium, runs a 'Regression - FreeSurfer Volumes' pipeline. The 'view pipeline' on the results page shows 'Regression - FreeSurfer Volumes' setup which is expected. Call thi…
-
### Describe the workflow you want to enable
I want to be able to use multiple estimators in one pipeline. E.g.
```python
from sklearn.pipeline import Pipeline
from sklearn.linear_model impor…
-
- **키워드**: Linear Regression, Ridge Regression, Logistic Regression
- **어려웠던 부분**: accuracy_score가 logistic regression에만 적용 되는 건줄 모르고 linear regression 모델에서 왜 안되지? 하면서 계속 고민 했었다. 덕분에 많은 공부를 했던 것 …
-
We have a rich set of examples covering a very broad range of issues, but they're not necessarily easily discoverable via the section on the bottom of the API pages.
This meta-issue is to keep trac…