Calculation of Ridge Regression Coefficient

# Introduction We learned about ridge regression and LASSO regression methods, and used `scikit-learn` to train models with them. In this challenge, we will attempt to complete the ridge regression coefficient $w$ calculation directly using Python, and then compare it with the `scikit-learn` result.

|
60 : 00

Click the virtual machine below to start practicing