|
95 | 95 | " * [`Track`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#tracker)\n",
|
96 | 96 | "* Adds cell size ranges and output units to trained models (`Esri Model Definitions`)\n",
|
97 | 97 | "* Adds `monitor` parameter to `fit()` methods of models for use with `early_stopping` and `checkpoint`\n",
|
98 |
| - "* Adds documentation to `path` parameter for [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data)\n", |
99 |
| - "* Adds keyword parameters and documentation to [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data):\n", |
100 |
| - " * `min_points`\n", |
101 |
| - " * `classes_of_interest`\n", |
102 |
| - " * `extra_features`\n", |
103 |
| - " * `remap_classes`\n", |
104 |
| - " * `background_classcode`\n", |
105 | 98 | "* [`Data Preparation Methods`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
|
106 |
| - " * Adds ability to use a folder or list of paths (multi-folder support) in `path` parameter for [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data)\n", |
| 99 | + " * Adds documentation to `path` parameter for [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data)\n", |
| 100 | + " * Adds keyword parameters and documentation to [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data):\n", |
| 101 | + " * `min_points`\n", |
| 102 | + " * `classes_of_interest`\n", |
| 103 | + " * `extra_features`\n", |
| 104 | + " * `remap_classes`\n", |
| 105 | + " * `background_classcode`\n", |
| 106 | + " * Adds ability to use a folder or list of paths (multi-folder support) in `path` parameter for [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data)\n", |
107 | 107 | " * Adds `working_dir` parameter to data prepartion methods which sets a default path as a prefix for saving trained models and checkpoints\n",
|
108 | 108 | "* [`Unstructured Text Models`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#unstructured-text-models)\n",
|
109 | 109 | " * [`arcgis.learn.text`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#arcgis-learn-text-module) module\n",
|
|
0 commit comments