|
432 | 432 | " * `n_temporal_dates` \n",
|
433 | 433 | "* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
|
434 | 434 | " * [`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", |
436 | 437 | " * [`AutoML`](/python/api-reference/arcgis.learn.toc.html#automl)\n",
|
437 | 438 | " * Adds Shap explanations for each prediction\n",
|
438 | 439 | " * Adds Confidence scores for predictions\n",
|
|
542 | 543 | " * Fixes [**Public Repo Issue #827**](https://github.com/Esri/arcgis-python-api/issues/827) `JSONDecodeError` with `configuration` and `properties`\n",
|
543 | 544 | "* [`CollaborationManager`](/python/api-reference/arcgis.gis.admin.html#collaborationmanager)\n",
|
544 | 545 | " * 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", |
545 | 549 | "\n",
|
546 | 550 | "#### [`arcgis.gis.server`](/python/api-reference/arcgis.gis.server.html)\n",
|
547 | 551 | "* [`LogManager`](/python/api-reference/arcgis.gis.server.html#logmanager)\n",
|
|
746 | 750 | "* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc.html#automated-machine-learning)\n",
|
747 | 751 | " * [`AutoDL`](/python/api-reference/arcgis.learn.toc.html#autodl)\n",
|
748 | 752 | " * 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", |
749 | 755 | " * [`AutoML`](/python/api-reference/arcgis.learn.toc.html#automl)\n",
|
750 | 756 | " * 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",
|
751 | 757 | " * Fixes bugs due to change of datatype from numpy to pandas\n",
|
|
786 | 792 | " * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#train-model)\n",
|
787 | 793 | " * Fixes `Division by zero` erro when training multiple folders and data folders are empty"
|
788 | 794 | ]
|
789 |
| - }, |
790 |
| - { |
791 |
| - "cell_type": "code", |
792 |
| - "execution_count": null, |
793 |
| - "id": "a5cb8aec", |
794 |
| - "metadata": {}, |
795 |
| - "outputs": [], |
796 |
| - "source": [] |
797 | 795 | }
|
798 | 796 | ],
|
799 | 797 | "metadata": {
|
|
0 commit comments