Explain why [50,44,-12] gives 3 (UK) in the web-app sample #704
stanciuadrian
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In https://microsoft.github.io/ML-For-Beginners/#/3-Web-App/1-Web-App/README
we test the model with
print(model.predict([[50,44,-12]]))
and the authors obtain3
.I get
1
by running the code.How is the difference explained?
Beta Was this translation helpful? Give feedback.
All reactions