-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
-
Go through publicly available learning resources for Ridge Regression - relate the same to the MMM - incorporate the R and Python Code for - Detecting Multicollinearity and Ridge Regression , with fo…
-
From my review it seems everyone does cross-validation with ridge regression. But no one ever seems to do cross-validation with a simple linear regression, and I understand ridge regression is just li…
-
@wangshisheng Thank you for a great tool! I noticed that you added the DreamAI Ridge Regression method but wanted to see if you planned to add the ensemble method to NAGuideR as that seems to be the n…
-
Can I add few more algorithms?like lightgbm,catboost,arima etc
-
-
**Is your feature request related to a problem? Please describe.**
I wish [cuML Ridge Regression](https://docs.rapids.ai/api/cuml/stable/api.html#cuml.Ridge.fit) supports multi-target ( `y = (n_sam…
-
## Short description
do you have non negative ridge regression
vs
https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
positivebool, default=False
When set to Tr…
-
I am using rocket transform and ridge regression to predict timeseries data.
```
x_train shape : (800, 644, 36)
x_test shape : (200, 644, 36)
y_train shape : (800, 644 * 1008)
y_test shape : …