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
My output contains:
(2,["Datsun 710", "Merc 240D", "Merc 230", "Fiat 128", "Honda Civic", "Toyota Corolla", "Toyota Corona", "Fiat X1-9", "Porsche 914-2", "Lotus Europa", "Volvo 142E"])
I get similar results as when running the mllib tutorial code.
However, based on the MP5 instructions, the grader seems to expect:
(0,["Datsun 710", "Merc 240D", "Merc 230", "Toyota Corona", "Porsche 914-2", "Lotus Europa", "Volvo 142E"])
Am I missing something obvious?
The text was updated successfully, but these errors were encountered:
Connected Components of Giraph #1
0ad59e1
Shortest Paths in Giraph #1
ff3bc3b
KMeans Clustering Model #1
b7fecb5
Random Forest Classifier #1
e95fd9f
No branches or pull requests
My output contains:
(2,["Datsun 710", "Merc 240D", "Merc 230", "Fiat 128", "Honda Civic", "Toyota Corolla", "Toyota Corona", "Fiat X1-9", "Porsche 914-2", "Lotus Europa", "Volvo 142E"])
I get similar results as when running the mllib tutorial code.
However, based on the MP5 instructions, the grader seems to expect:
(0,["Datsun 710", "Merc 240D", "Merc 230", "Toyota Corona", "Porsche 914-2", "Lotus Europa", "Volvo 142E"])
Am I missing something obvious?
The text was updated successfully, but these errors were encountered: