Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-9490

MLlib evaluation metrics guide example python code uses deprecated print statement

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.5.0
    • Documentation, MLlib
    • 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

        Activity

          People

            srowen Sean R. Owen
            sethah Seth Hendrickson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: