Predictions
Predictions are what generate the value. The fun part!
Different ways of predicting with Aito
{
"from": "Titanic",
"where": {
"Pclass": 3,
"Sex": "male"
},
"predict": "Survived"
}{
"offset": 0,
"total": 2,
"hits": [
{
"$p": 0.8927479295163457,
"field": "Survived",
"feature": 0
},
{
"$p": 0.1072520704836543,
"field": "Survived",
"feature": 1
}
]
}What can you predict?
Prediction type
Description
Testing predictions in Aito Console


Last updated
Was this helpful?