From 63d6fcdec95efd4aa168ed507ee134835170a7f0 Mon Sep 17 00:00:00 2001 From: Antonio Cozzolino Date: Tue, 9 Apr 2024 12:55:35 +0200 Subject: [PATCH] Delete stac/ml_items/test.json --- stac/ml_items/test.json | 108 ---------------------------------------- 1 file changed, 108 deletions(-) delete mode 100644 stac/ml_items/test.json diff --git a/stac/ml_items/test.json b/stac/ml_items/test.json deleted file mode 100644 index 9dbdc69..0000000 --- a/stac/ml_items/test.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "stac_extensions": [ - "https://stac-extensions.github.io/ml-model/v1.0.0/schema.json" - ], - "id": "29JX2V0R", - "collection": "ML collection", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - -180, - -90 - ], - [ - -180, - 90 - ], - [ - 180, - 90 - ], - [ - 180, - -90 - ], - [ - -180, - -90 - ] - ] - ] - }, - "properties": { - "provider": "epsit", - "use-case": "common", - "title": "test", - "description": "test", - "main-category": "Machine Learning", - "datetime": "2024-04-09", - "keywords": [ - "test", - "jupyter_notebook_available" - ], - "platform": "EOX", - "framework": "PyTorch", - "algorithm": "Random-Forest-Classifier", - "license": "MIT", - "ml-model:type": "ml-model", - "ml-model:learning_approach": "supervised", - "ml-model:prediction_type": "classification", - "ml-model:architecture": "random-forest", - "ml-model:training-processor-type": "cpu", - "ml-model:training-os": "linux", - "use-constraints": "test", - "model-configuration": "test" - }, - "links": [ - { - "rel": "root", - "href": "./catalog.json", - "type": "application/json", - "title": "Root" - }, - { - "rel": "parent", - "href": "./catalog.json", - "type": "application/json", - "title": "ML collection" - }, - { - "href": "https://www.test.com", - "rel": "about", - "type": "text/html", - "title": "Reference link" - }, - { - "href": "https://www.test.com", - "rel": "about", - "type": "text/html", - "title": "Example" - } - ], - "assets": { - "input-data-used": { - "href": "a", - "type": "application/json", - "title": "Input data used", - "description": "a", - "biases-and-ethical-aspects": "a", - "roles": [ - "data" - ] - }, - "model-checkpoint": { - "href": "a", - "type": "application/octet-stream", - "title": "Model", - "description": "a", - "performance": "test", - "roles": [ - "ml-model:checkpoint" - ] - } - } -} \ No newline at end of file