Skip to content

Commit

Permalink
generic ml fit
Browse files Browse the repository at this point in the history
  • Loading branch information
PondiB committed Feb 20, 2024
1 parent a0e0ba4 commit 0d4b897
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 226 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `load_geojson`
- `load_ml_model`
- `load_url`
- `ml_fit_class_random_forest`
- `ml_fit_regr_random_forest`
- `ml_fit`
- `ml_predict`
- `save_ml_model`
- `unflatten_dimension`
Expand Down
4 changes: 2 additions & 2 deletions proposals/load_ml_model.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "load_ml_model",
"summary": "Load a ML model",
"description": "Loads a machine learning model from a STAC Item.\n\nSuch a model could be trained and saved as part of a previous batch job with processes such as ``ml_fit_regr_random_forest()`` and ``save_ml_model()``.",
"description": "Loads a machine learning model from a STAC Item.\n\nSuch a model could be trained and saved as part of a previous batch job with processes such as ``ml_fit()`` and ``save_ml_model()``.",
"categories": [
"machine learning",
"import"
Expand Down Expand Up @@ -43,4 +43,4 @@
"rel": "about"
}
]
}
}
110 changes: 0 additions & 110 deletions proposals/ml_fit_class_random_forest.json

This file was deleted.

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

This file was deleted.

4 changes: 2 additions & 2 deletions proposals/ml_predict.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"name": "model",
"description": "A ML model that was trained with one of the ML training processes such as ``ml_fit_regr_random_forest()``.",
"description": "A ML model that was trained with the ML training process ``ml_fit()``.",
"schema": {
"type": "object",
"subtype": "ml-model"
Expand Down Expand Up @@ -46,4 +46,4 @@
]
}
}
}
}

0 comments on commit 0d4b897

Please sign in to comment.