Skip to content

Commit

Permalink
Remove ML processes from 2.0.0 (#417)
Browse files Browse the repository at this point in the history
* Remove ML processes for 2.0.0 #416
  • Loading branch information
m-mohr authored Mar 14, 2023
1 parent f869138 commit 81a4594
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 370 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New processes in proposal state:
- `date_difference`
- `filter_vector`
- `fit_class_random_forest`
- `fit_regr_random_forest`
- `flatten_dimensions`
- `load_ml_model`
- `predict_random_forest`
- `save_ml_model`
- `unflatten_dimension`
- `vector_buffer`
- `vector_to_random_points`
Expand Down
6 changes: 0 additions & 6 deletions meta/subtype-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,6 @@
}
}
},
"ml-model": {
"type": "object",
"subtype": "ml-model",
"title": "Machine Learning Model",
"description": "A machine learning model, accompanied with STAC metadata that implements the the STAC ml-model extension."
},
"output-format": {
"type": "string",
"subtype": "output-format",
Expand Down
110 changes: 0 additions & 110 deletions proposals/fit_class_random_forest.json

This file was deleted.

110 changes: 0 additions & 110 deletions proposals/fit_regr_random_forest.json

This file was deleted.

53 changes: 0 additions & 53 deletions proposals/load_ml_model.json

This file was deleted.

42 changes: 0 additions & 42 deletions proposals/predict_random_forest.json

This file was deleted.

44 changes: 0 additions & 44 deletions proposals/save_ml_model.json

This file was deleted.

0 comments on commit 81a4594

Please sign in to comment.