Open aliizzet opened 5 years ago
If you have a project with fields specified like this:
and labels like this:
then you can add training data from App Inventor like this:
which would result in this:
However, I think you have found a valid bug here, because if you have a project with multiple choice fields like this:
and labels like this
then the App Inventor blocks don't work, because if you do this:
you will get an "Invalid double" error.
@kylecorry31 I think we can't assume that number values are always double
because Strings are valid for multiple-choice fields.
e.g. https://github.com/kylecorry31/ML4K-AI-Extension/blob/fe70bc8e5e7841718486c4b2039a831947facfab/src/com/kylecorry/ml4k/ML4K.java#L171
I think numbers
there should be a List<String>
and so on.
Can you give an example to AddNumbersTrainingData?
When I try GotError gives
train invalid data
Thanks