-
![scatterplotmatrix](https://user-images.githubusercontent.com/25557540/38492900-35d069d4-3ba5-11e8-90ee-295020f6e292.png)
![scatterplotmatrix](https://user-images.githubusercontent.com/25557540/3849…
-
Currently it seems like this
OLS linear -> ridge regression -> lasso regression -> elasticnet regression -> nuclear norm regularization
but what is nuclear norm regularization?
-
#### Learning Goals
PCA, Linear Regression, Lasso Regression, Ridge Regression, Elastic Net and Gradient Boosting Technique
### Exercise Statement
Predicting house pricing by using advanced regre…
-
### Describe the issue linked to the documentation
In the documentation for [Bayesian ridge regression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html) th…
-
Use L1, L2 and elasticNet Regression to counter overfitting.
-
``` python
from sklearn.datasets import make_regression
from sklearn.cross_validation import cross_val_score, LeaveOneOut
from sklearn.linear_model import Ridge
X, y, coef_ = make_regression(random_s…
-
# [SSUDA] 주택 가격 예측 | 나의 빅데이터 공부 기록
다양한 머신러닝/딥러닝 코드들이 기록되어 있습니다.
[https://ksy1526.github.io//myblog/ssuda/jupyter/kaggle/ridge/lasso/regression/2021/09/15/kagglessu1.html](https://ksy1526.github.io//…
-
Thread for feedback about the Ridge Regression chapter
-
In terms of functionality, the mid-term end goal is to achieve an offering of ML algorithms and pre-processing routines comparable to what is currently available in Python's [`scikit-learn`](https://s…
-
Set up classifier(s)
Try different ones - RF, Ridge Regression, GBM, etc