Skip to content

Commit

Permalink
Merge branch 'deprecate' into migration_path
Browse files Browse the repository at this point in the history
  • Loading branch information
rbavery authored Nov 4, 2024
2 parents 4d9c92e + 6b8dadd commit f0d57f3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# ML Model Extension Specification

> :warning: <br>
> [!WARNING]
> This repository is deprecated in favor of
> [https://github.com/crim-ca/mlm-extension](https://github.com/crim-ca/mlm-extension). <br>
> [https://github.com/stac-extensions/mlm](https://github.com/stac-extensions/mlm). <br>
> The corresponding schemas are made available on
> [https://crim-ca.github.io/mlm-extension/](https://crim-ca.github.io/mlm-extension/).
> [https://stac-extensions.github.io/mlm/](https://stac-extensions.github.io/mlm/).
> Documentation on migrating from the Ml Model Extension to the Machine Learning Model Extension (MLM) is [here](./MIGRATION_TO_MLM.md).
>
> It is **STRONGLY** recommended to migrate `ml-model` definitions to the `mlm` extension.
> The `mlm` extension improves the model metadata definition and properties with added support for use cases not directly supported by `ml-model`.
> It also provides increased interroperability with other STAC extensions, adds best-practices recommendations, provides tooling for creating
> STAC attributes, and works toward alignement efforts from both geospatial and machine learning communities.
- **Title:** ML Model
- **Identifier:** <https://stac-extensions.github.io/ml-model/v1.0.0/schema.json>
Expand Down

0 comments on commit f0d57f3

Please sign in to comment.