Prediction results¶
This schema defines an intermediate artifact from sprint prediction.
Sprint labels¶
Results of predictions. |
||
oneOf |
||
type |
array |
|
items |
sprint_labels¶
type |
object |
||||
properties |
|||||
|
type |
array |
|||
items |
Classification label for the sprint from the model. |
||||
type |
integer |
||||
|
type |
array |
|||
items |
Reliability of the predicted label for the sprint according to the estimator model. |
||||
type |
number |
||||
maximum |
1.0 |
||||
minimum |
0.0 |
||||
|
type |
array |
|||
items |
Chance that the sprint will receive a negative classification after all, based on internal activations of the estimator model but with external normalized scale. |
||||
type |
number |
||||
maximum |
1.0 |
||||
minimum |
0.0 |
||||
|
type |
array |
|||
items |
Distances to the closest sprint samples based on a normalized feature distance metric. |
||||
type |
array |
||||
items |
type |
number |
|||
|
type |
array |
|||
items |
Array indexes of the closest sprint samples. |
||||
type |
array |
||||
items |
type |
integer |
|||
|
type |
array |
|||
items |
Labels of the closest sprint samples. |
||||
type |
array |
||||
items |
type |
integer |
|||
|
type |
array |
|||
items |
Values of the features of the closest sprint samples. |
||||
type |
array |
||||
items |
type |
array |
|||
items |
type |
number / null |
|||
|
type |
object |
|||
patternProperties |
|||||
|
type |
number |
|||
|
type |
array |
|||
items |
Identifier of the project which the sprint that is being labeled at this index is from. |
||||
type |
integer |
||||
|
type |
array |
|||
items |
Identifier of the sprint that is being labeled at this index. |
||||
type |
integer |
||||
|
type |
array |
|||
items |
Organization which the sprint that is being labeled at this index is from. |
||||
type |
string |
||||
|
type |
array |
|||
items |
Values of the features for a sample sprint, used as input for the model. |
||||
type |
array |
||||
items |
type |
number / null |
|||
|
type |
object |
|||
properties |
|||||
|
Name or expression of the label used as target output in the model. |
||||
type |
string |
||||
|
type |
array |
|||
items |
Name of a feature used as part of the expression for the target output label. |
||||
type |
string |
||||
|
type |
object |
|||
patternProperties |
|||||
|
type |
array |
|||
items |
Feature used in an assignment of another generated feature. |
||||
type |
string |
||||
|
type |
array |
|||
items |
Name of a feature used as input for the model. |
||||
type |
string |
||||
|
type |
array |
|||
items |
Name of a column of the data set used as metadata. |
||||
type |
string |
||||
|
Identifier of the model used. |
||||
type |
string |
||||
|
Treshold at which a label value is converted to a binary classification, if provided. |
||||
type |
number / null |
||||
|
Whether input values were weighted to produce values at similar scales as input for the model. |
||||
type |
boolean |
||||
|
Whether the data set was resampled (some sample sprints provided more often) in order to create proportionally balanced subsets with normal distributions of the target label, when provided in batches to the model. |
||||
type |
boolean |