Skip to content

Commit 3708743

Browse files
committed
remove typos, problem sample, add model
1 parent 2d1cc42 commit 3708743

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

guide/02-api-overview/release_notes_210.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"* [Install and Setup](../guide/install-and-set-up/)\n",
2222
" * Adds [`Install in Google Collab`](../guide/install-and-set-up/#install-in-google-colaboratory) section\n",
2323
"* [Deep Learning with ArcGIS](../guide/)\n",
24-
" * [2d Computer Vision]\n",
25-
" * [Pixel Classification]\n",
24+
" * 2d Computer Vision\n",
25+
" * Pixel Classification\n",
2626
" * [How PSETAE works](../guide/how-psetae-works)\n",
2727
" \n",
2828
"### [Samples](/python/samples/)\n",
@@ -41,8 +41,6 @@
4141
" * Generative Models\n",
4242
" * [Generating Land Surface Temperature from multispectral imagery using Pix2Pix](/python/samples/generating-lst-from-multispectral-imagery-using-pix2pix)\n",
4343
" * [Generating cloud masks from satellite imagery - Part I ](/python/samples/cloud-detector-part1-cloudless-sentinel-&-unsupervised)\n",
44-
" * Tabular Data Forecasting\n",
45-
" * [Property Valuation in King County USA using AutoML and Geoenriched data](/python/samples/house-price-prediction-using-automl)\n",
4644
"* [Content Publishers](/python/samples)\n",
4745
" * [Publishing and Consuming OGC Services](/python/samples/publish-ogc-services)\n",
4846
"\n",
@@ -473,11 +471,9 @@
473471
" * Adds Shap explanations for each prediction\n",
474472
" * Adds Confidence scores for predictions\n",
475473
" * Renames Random Forest to Random Trees for `Basic` argument of `mode` parameter\n",
476-
"* [3d Models](/python/api-reference/arcgis.learn.toc.html#d-models)\n",
477-
" * Adds models:\n",
478-
" * [`RandLANet`](/python/api-reference/arcgis.learn.toc.html#randlanet)\n",
479-
" * [`SQNSeg`](/python/api-reference/arcgis.learn.toc.html#sqnseg) \n",
480474
"* [Object Detection Models](/python/api-reference/arcgis.learn.toc.html#object-detection-models)\n",
475+
" * Adds models:\n",
476+
" * [`EfficientDet`](/python/api-reference/arcgis.learn.toc.html#efficientdet)\n",
481477
" * Adds support for `batch_size` parameter in `predict()` methods\n",
482478
" * Adds precision score as a metric returned by `fit()` for:\n",
483479
" * `MaskRCNN`\n",
@@ -489,6 +485,10 @@
489485
" * `predict()`\n",
490486
" * `show_results()`\n",
491487
" * `average_precision_score()`\n",
488+
"* [3d Models](/python/api-reference/arcgis.learn.toc.html#d-models)\n",
489+
" * Adds models:\n",
490+
" * [`RandLANet`](/python/api-reference/arcgis.learn.toc.html#randlanet)\n",
491+
" * [`SQNSeg`](/python/api-reference/arcgis.learn.toc.html#sqnseg) \n",
492492
"* [Feature, Tabular, and Timeseries models](/python/api-reference/arcgis.learn.toc.html#feature-tabular-and-timeseries-models)\n",
493493
" * Adds models:\n",
494494
" * [`PSETAE`](/python/api-reference/arcgis.learn.toc.html#psetae)\n",

0 commit comments

Comments
 (0)