-
- Downloads
[SPARK-9490] [DOCS] [MLLIB] MLlib evaluation metrics guide example python code...
[SPARK-9490] [DOCS] [MLLIB] MLlib evaluation metrics guide example python code uses deprecated print statement Use print(x) not print x for Python 3 in eval examples CC sethah mengxr -- just wanted to close this out before 1.5 Author: Sean Owen <sowen@cloudera.com> Closes #7822 from srowen/SPARK-9490 and squashes the following commits: 01abeba [Sean Owen] Change "print x" to "print(x)" in the rest of the docs too bd7f7fb [Sean Owen] Use print(x) not print x for Python 3 in eval examples
Showing
- docs/ml-guide.md 1 addition, 1 deletiondocs/ml-guide.md
- docs/mllib-evaluation-metrics.md 33 additions, 33 deletionsdocs/mllib-evaluation-metrics.md
- docs/mllib-feature-extraction.md 1 addition, 1 deletiondocs/mllib-feature-extraction.md
- docs/mllib-statistics.md 10 additions, 10 deletionsdocs/mllib-statistics.md
- docs/quick-start.md 1 addition, 1 deletiondocs/quick-start.md
- docs/sql-programming-guide.md 3 additions, 3 deletionsdocs/sql-programming-guide.md
- docs/streaming-programming-guide.md 1 addition, 1 deletiondocs/streaming-programming-guide.md
Loading
Please register or sign in to comment