We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you give an example to AddNumbersTrainingData?
When I try GotError gives
train invalid data
Thanks
The text was updated successfully, but these errors were encountered:
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:
Sorry, something went wrong.
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.
double
ML4K-AI-Extension/src/com/kylecorry/ml4k/ML4K.java
Line 171 in fe70bc8
numbers
List<String>
No branches or pull requests
Can you give an example to AddNumbersTrainingData?
When I try GotError gives
train
invalid data
Thanks
The text was updated successfully, but these errors were encountered: