update samples from Release-117 as a part of SDK release

This commit is contained in:
amlrelsa-ms
2021-12-13 16:57:22 +00:00
parent 352adb7487
commit dd494e9cac
58 changed files with 2355 additions and 253 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",