-
**CI is still failing on [Ubuntu_Atlas.ubuntu_atlas](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=72259&view=logs&j=689a1c8f-ff4e-5689-1a1a-6fa551ae9eba)** (Nov 22, 2024)
- t…
-
Scikit-learn test for Ridge regression "test_ridge_cv_individual_penalties" shows the difference between the regression coefficients of scikit-learn and daal4py on small datasets, for multi-target pro…
-
Train the lass regression model:
1. pull from the branch:
![image](https://user-images.githubusercontent.com/5897919/83253362-b8a5e180-a161-11ea-876b-21fac49b7e42.png)
2. find the folder in …
-
ll_regression_forest and predict.ll_regression_forest give the option to use a "covariance-standardized ridge penalty" in the splitting step (via ll.split.weight.penalty) and / or the prediciton step …
-
Hello,
I would like to know if is it possible to pass a custum loss to the model ?
I guess the basic Loss is a Ridge Regression here, no.
-
-
It seems to me that there is no regularized linear regression among the available algorithms, which are useful in my experience.
I can try to add [Ridge](https://scikit-learn.org/stable/modules/gen…
-
-
Ridge regression is the most general algorithm for regression. It generalises all the regression methods implemented in this library as the problem of finding W such that the error e = (|| y-Wx ||) i…
-
Currently, it only has "mae" for regression, "mse" and "ridge" are needed at least.
``` Python
def to_bigdl_metric(metric):
metric = metric.lower()
if metric == "accuracy" or metric == "ac…