Remove float feature

This commit is contained in:
2024-03-28 05:02:44 +00:00
parent 9bd0e237ea
commit a1b524ab9d
3 changed files with 0 additions and 31 deletions

View File

@@ -29,13 +29,6 @@ type BucketGQL {
type TargetMetricGQL {
count: Int
makePercentage: Float
floatFeature: TargetFloatFeatureGQL
}
type TargetFloatFeatureGQL {
featureName: String!
average: Float
median: Float
}
input AggregateInputGQL {