Skip to content

Commit

Permalink
Operator JSON harmonisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy committed Jan 25, 2024
1 parent e06d9f9 commit 50c662a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions operator.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bin",
"description": "Define intervals based on values' range and bin data points.",
"description": "Defines intervals based on values' range and bin data points.",
"tags": [
"preprocessing"
],
Expand All @@ -15,7 +15,11 @@
"kind": "EnumeratedProperty",
"name": "method",
"defaultValue": "Equal Width",
"values": ["Equal Width", "Quantiles", "Pretty"],
"values": [
"Equal Width",
"Quantiles",
"Pretty"
],
"description": "Method to define bins: either Equal width, Quantiles, or Pretty."
},
{
Expand Down

0 comments on commit 50c662a

Please sign in to comment.