Skip to content

Commit 91ffbd5

Browse files
author
Neha Sharma
committed
Update tabular_data_supervised_learning_using_automl.ipynb
1 parent 8fea7a3 commit 91ffbd5

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

samples/04_gis_analysts_data_scientists/tabular_data_supervised_learning_using_automl.ipynb

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
" </a>\n",
107107
" <br/><br/><img src='https://geosaurus.maps.arcgis.com/home/js/jsapi/esri/css/images/item_type_icons/featureshosted16.png' style=\"vertical-align:middle;\" width=16 height=16>Feature Layer Collection by api_data_owner\n",
108108
" <br/>Last Modified: October 23, 2020\n",
109-
" <br/>0 comments, 11,806 views\n",
109+
" <br/>0 comments, 11,832 views\n",
110110
" </div>\n",
111111
" </div>\n",
112112
" "
@@ -344,7 +344,7 @@
344344
"metadata": {},
345345
"outputs": [],
346346
"source": [
347-
"data = prepare_tabulardata(calgary_no_southland_solar_layer_sdf,\n",
347+
"data = prepare_tabulardata(calgary_no_southland_solar_layer,\n",
348348
" 'capacity_f',\n",
349349
" explanatory_variables=X, \n",
350350
" preprocessors=preprocessors)"
@@ -439,27 +439,27 @@
439439
"output_type": "stream",
440440
"text": [
441441
"Neural Network algorithm was disabled because it doesn't support n_jobs parameter.\n",
442-
"AutoML directory: C:\\Users\\Neh13173\\AppData\\Local\\Temp\\scratch\\tmpbbocurt8\n",
442+
"AutoML directory: ~\\AppData\\Local\\Temp\\scratch\\tmpmbhb97_l\n",
443443
"The task is regression with evaluation metric rmse\n",
444444
"AutoML will use algorithms: ['Linear', 'Decision Tree', 'Random Trees', 'Extra Trees', 'LightGBM', 'Xgboost']\n",
445445
"AutoML will ensemble available models\n",
446446
"AutoML steps: ['simple_algorithms', 'default_algorithms', 'ensemble']\n",
447447
"* Step simple_algorithms will try to check up to 2 models\n",
448-
"1_DecisionTree rmse 0.048893 trained in 2.82 seconds\n",
448+
"1_DecisionTree rmse 0.048893 trained in 3.63 seconds\n",
449449
"Exception while producing SHAP explanations. 'float' object has no attribute 'shape'\n",
450450
"Continuing ...\n",
451-
"2_Linear rmse 0.046288 trained in 0.88 seconds\n",
451+
"2_Linear rmse 0.046288 trained in 1.1 seconds\n",
452452
"* Step default_algorithms will try to check up to 4 models\n",
453-
"3_Default_LightGBM rmse 0.028985 trained in 6.61 seconds\n",
453+
"3_Default_LightGBM rmse 0.028985 trained in 7.23 seconds\n",
454454
"There was an error during 4_Default_Xgboost training.\n",
455-
"Please check C:\\Users\\Neh13173\\AppData\\Local\\Temp\\scratch\\tmpbbocurt8\\errors.md for details.\n",
456-
"5_Default_RandomTrees rmse 0.043642 trained in 3.75 seconds\n",
457-
"6_Default_ExtraTrees rmse 0.044894 trained in 5.79 seconds\n",
455+
"Please check ~\\AppData\\Local\\Temp\\scratch\\tmpmbhb97_l\\errors.md for details.\n",
456+
"5_Default_RandomTrees rmse 0.043642 trained in 4.5 seconds\n",
457+
"6_Default_ExtraTrees rmse 0.044894 trained in 6.55 seconds\n",
458458
"* Step ensemble will try to check up to 1 model\n",
459-
"Ensemble rmse 0.028985 trained in 0.2 seconds\n",
460-
"AutoML fit time: 27.25 seconds\n",
459+
"Ensemble rmse 0.028985 trained in 0.28 seconds\n",
460+
"AutoML fit time: 32.35 seconds\n",
461461
"AutoML best model: 3_Default_LightGBM\n",
462-
"All the evaluated models are saved in the path C:\\Users\\Neh13173\\AppData\\Local\\Temp\\scratch\\tmpbbocurt8\n"
462+
"All the evaluated models are saved in the path ~\\AppData\\Local\\Temp\\scratch\\tmpmbhb97_l\n"
463463
]
464464
}
465465
],
@@ -902,6 +902,7 @@
902902
"metadata": {
903903
"scrolled": true
904904
},
905+
"outputs": [],
905906
"source": [
906907
"AutoML_class_obj.report()"
907908
]

0 commit comments

Comments
 (0)