|
106 | 106 | " </a>\n",
|
107 | 107 | " <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",
|
108 | 108 | " <br/>Last Modified: October 23, 2020\n",
|
109 |
| - " <br/>0 comments, 11,806 views\n", |
| 109 | + " <br/>0 comments, 11,832 views\n", |
110 | 110 | " </div>\n",
|
111 | 111 | " </div>\n",
|
112 | 112 | " "
|
|
344 | 344 | "metadata": {},
|
345 | 345 | "outputs": [],
|
346 | 346 | "source": [
|
347 |
| - "data = prepare_tabulardata(calgary_no_southland_solar_layer_sdf,\n", |
| 347 | + "data = prepare_tabulardata(calgary_no_southland_solar_layer,\n", |
348 | 348 | " 'capacity_f',\n",
|
349 | 349 | " explanatory_variables=X, \n",
|
350 | 350 | " preprocessors=preprocessors)"
|
|
439 | 439 | "output_type": "stream",
|
440 | 440 | "text": [
|
441 | 441 | "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", |
443 | 443 | "The task is regression with evaluation metric rmse\n",
|
444 | 444 | "AutoML will use algorithms: ['Linear', 'Decision Tree', 'Random Trees', 'Extra Trees', 'LightGBM', 'Xgboost']\n",
|
445 | 445 | "AutoML will ensemble available models\n",
|
446 | 446 | "AutoML steps: ['simple_algorithms', 'default_algorithms', 'ensemble']\n",
|
447 | 447 | "* 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", |
449 | 449 | "Exception while producing SHAP explanations. 'float' object has no attribute 'shape'\n",
|
450 | 450 | "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", |
452 | 452 | "* 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", |
454 | 454 | "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", |
458 | 458 | "* 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", |
461 | 461 | "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" |
463 | 463 | ]
|
464 | 464 | }
|
465 | 465 | ],
|
|
902 | 902 | "metadata": {
|
903 | 903 | "scrolled": true
|
904 | 904 | },
|
| 905 | + "outputs": [], |
905 | 906 | "source": [
|
906 | 907 | "AutoML_class_obj.report()"
|
907 | 908 | ]
|
|
0 commit comments