Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 82a50c5

Browse files
authored
deprecated in favor of MLM extension
The *Machine Learning Model (MLM)* extension (https://github.com/crim-ca/mlm-extension) combines the fields that were previously defined in the *Deep Learning Model (DLM)* extension as well as most (all?) fields proposed by ML-Model. Some fields are renamed to avoid redundant details between the 2 references, while others are adjusted to allow more flexibility (e.g.: not just docker-compose runtime, but virtually anything). More best-practices and examples are provided to demonstrate the use of MLM along other STAC extensions to take advantage of the full STAC ecosystem. Schema for MLM: https://crim-ca.github.io/mlm-extension/v1.0.0/schema.json
1 parent 1833e27 commit 82a50c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# ML Model Extension Specification
22

3+
> :warning: <br>
4+
> This repository is deprecated in favor of
5+
> [https://github.com/crim-ca/mlm-extension](https://github.com/crim-ca/mlm-extension). <br>
6+
> The corresponding schemas are made available on
7+
> [https://crim-ca.github.io/mlm-extension/](https://crim-ca.github.io/mlm-extension/).
8+
39
- **Title:** ML Model
410
- **Identifier:** <https://stac-extensions.github.io/ml-model/v1.0.0/schema.json>
511
- **Field Name Prefix:** ml-model
612
- **Scope:** Item, Collection
7-
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
13+
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Deprecated
814
- **Owner**: @duckontheweb
915

1016
This document explains the ML Model Extension to the [SpatioTemporal Asset

0 commit comments

Comments
 (0)