update samples from Release-113 as a part of 1.37.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2021-12-13 16:36:34 +00:00
parent 352adb7487
commit 5f6068e3f0
58 changed files with 2355 additions and 252 deletions

View File

@@ -145,7 +145,7 @@
"source": [
"from sklearn.linear_model import Ridge\n",
"from sklearn.metrics import mean_squared_error\n",
"from sklearn.externals import joblib\n",
"import joblib\n",
"import math\n",
"\n",
"alphas = [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0]\n",