|
21 | 21 | "* [Install and Setup](../guide/install-and-set-up/)\n",
|
22 | 22 | " * Adds [`Install in Google Collab`](../guide/install-and-set-up/#install-in-google-colaboratory) section\n",
|
23 | 23 | "* [Deep Learning with ArcGIS](../guide/)\n",
|
24 |
| - " * [2d Computer Vision]\n", |
25 |
| - " * [Pixel Classification]\n", |
| 24 | + " * 2d Computer Vision\n", |
| 25 | + " * Pixel Classification\n", |
26 | 26 | " * [How PSETAE works](../guide/how-psetae-works)\n",
|
27 | 27 | " \n",
|
28 | 28 | "### [Samples](/python/samples/)\n",
|
|
41 | 41 | " * Generative Models\n",
|
42 | 42 | " * [Generating Land Surface Temperature from multispectral imagery using Pix2Pix](/python/samples/generating-lst-from-multispectral-imagery-using-pix2pix)\n",
|
43 | 43 | " * [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", |
46 | 44 | "* [Content Publishers](/python/samples)\n",
|
47 | 45 | " * [Publishing and Consuming OGC Services](/python/samples/publish-ogc-services)\n",
|
48 | 46 | "\n",
|
|
473 | 471 | " * Adds Shap explanations for each prediction\n",
|
474 | 472 | " * Adds Confidence scores for predictions\n",
|
475 | 473 | " * 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", |
480 | 474 | "* [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", |
481 | 477 | " * Adds support for `batch_size` parameter in `predict()` methods\n",
|
482 | 478 | " * Adds precision score as a metric returned by `fit()` for:\n",
|
483 | 479 | " * `MaskRCNN`\n",
|
|
489 | 485 | " * `predict()`\n",
|
490 | 486 | " * `show_results()`\n",
|
491 | 487 | " * `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", |
492 | 492 | "* [Feature, Tabular, and Timeseries models](/python/api-reference/arcgis.learn.toc.html#feature-tabular-and-timeseries-models)\n",
|
493 | 493 | " * Adds models:\n",
|
494 | 494 | " * [`PSETAE`](/python/api-reference/arcgis.learn.toc.html#psetae)\n",
|
|
0 commit comments