Skip to content

Commit b14185f

Browse files
committed
notes updated for src as of 12.8.2022
1 parent 7eb0c15 commit b14185f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

guide/02-api-overview/release_notes_210.ipynb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,8 @@
432432
" * `n_temporal_dates` \n",
433433
"* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
434434
" * [`AutoDL`](/python/api-reference/arcgis.learn.toc.html#autodl)\n",
435-
" * Enhances performance for training \n",
435+
" * Enhances performance for training\n",
436+
" * Adds options for the models supported for `network` argument\n",
436437
" * [`AutoML`](/python/api-reference/arcgis.learn.toc.html#automl)\n",
437438
" * Adds Shap explanations for each prediction\n",
438439
" * Adds Confidence scores for predictions\n",
@@ -542,6 +543,9 @@
542543
" * Fixes [**Public Repo Issue #827**](https://github.com/Esri/arcgis-python-api/issues/827) `JSONDecodeError` with `configuration` and `properties`\n",
543544
"* [`CollaborationManager`](/python/api-reference/arcgis.gis.admin.html#collaborationmanager)\n",
544545
" * BUG-000149914 Fixes [`list()`](python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.CollaborationManager.list) not returning all results if more than 100 collaborations exist\n",
546+
"* [`Webhook`](/python/api-reference/arcgis.gis.admin.html#webhook)\n",
547+
" * [`update()`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.Webhook.update)\n",
548+
" * Fixes `Exception: Unable to update webhook` error when attempting to run method\n",
545549
"\n",
546550
"#### [`arcgis.gis.server`](/python/api-reference/arcgis.gis.server.html)\n",
547551
"* [`LogManager`](/python/api-reference/arcgis.gis.server.html#logmanager)\n",
@@ -746,6 +750,8 @@
746750
"* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
747751
" * [`AutoDL`](/python/api-reference/arcgis.learn.toc.html#autodl)\n",
748752
" * Fixes issue where `show_results()` displayed results incorrectly from predicted results\n",
753+
" * Fixes divide by zero error while calculating max epochs\n",
754+
" * Fixes error while saving a trained model\n",
749755
" * [`AutoML`](/python/api-reference/arcgis.learn.toc.html#automl)\n",
750756
" * Fixes datum transformation with output features class when using ArcGIS Pro [`Train Using AutoML (GeoAI)`](https://pro.arcgis.com/en/pro-app/latest/tool-reference/geoai/train-using-automl.htm>) tool\n",
751757
" * Fixes bugs due to change of datatype from numpy to pandas\n",
@@ -786,14 +792,6 @@
786792
" * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#train-model)\n",
787793
" * Fixes `Division by zero` erro when training multiple folders and data folders are empty"
788794
]
789-
},
790-
{
791-
"cell_type": "code",
792-
"execution_count": null,
793-
"id": "a5cb8aec",
794-
"metadata": {},
795-
"outputs": [],
796-
"source": []
797795
}
798796
],
799797
"metadata": {

0 commit comments

Comments
 (0)