Upload P2 - Secom Notebook - Mercury.ipynb
Browse files
P2 - Secom Notebook - Mercury.ipynb
CHANGED
@@ -1161,7 +1161,7 @@
|
|
1161 |
" input_outlier_removal_threshold = str(input_outlier_removal_threshold.value)\n",
|
1162 |
"\n",
|
1163 |
"# input scaling variables\n",
|
1164 |
-
"input_scale_model = mr.Select(label=\"Scaling Variables\", value=\"none\", choices=['none', '
|
1165 |
"input_scale_model = str(input_scale_model.value)\n",
|
1166 |
"\n",
|
1167 |
"# input imputation variables\n",
|
|
|
1161 |
" input_outlier_removal_threshold = str(input_outlier_removal_threshold.value)\n",
|
1162 |
"\n",
|
1163 |
"# input scaling variables\n",
|
1164 |
+
"input_scale_model = mr.Select(label=\"Scaling Variables\", value=\"none\", choices=['none', 'standard', 'minmax', 'robust']) # 'none', 'normal', 'standard', 'minmax', 'robust'\n",
|
1165 |
"input_scale_model = str(input_scale_model.value)\n",
|
1166 |
"\n",
|
1167 |
"# input imputation variables\n",
|