We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a7e38 commit d275d78Copy full SHA for d275d78
proposals/load_ml_model.json
@@ -9,7 +9,7 @@
9
"experimental": true,
10
"parameters": [
11
{
12
- "name": "id",
+ "name": "uri",
13
"description": "The STAC Item to load the machine learning model from. The STAC Item must implement the `ml-model` extension.",
14
"schema": [
15
@@ -29,7 +29,7 @@
29
}
30
],
31
"returns": {
32
- "description": "A machine learning model to be used with machine learning processes such as ``ml_predict()`` or ``ml_predict_probabilities()``.",
+ "description": "A machine learning model to be used with machine learning processes such as ``ml_predict()``.",
33
"schema": {
34
"type": "object",
35
"subtype": "ml-model"
0 commit comments