Details
-
Documentation
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
The python examples in the evaluation metrics user guide (MLlib) use "print x" style print statements, which won't work in python 3. These should be changed to
print(x)
Attachments
Issue Links
- links to