We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb9b57 commit ae97cebCopy full SHA for ae97ceb
examples/src/main/python/ml/dataframe_example.py
@@ -44,7 +44,7 @@
44
.appName("DataFrameExample") \
45
.getOrCreate()
46
47
- # Load file from path
+ # Load an input file
48
print("Loading LIBSVM file with UDT from " + input_path + ".")
49
df = spark.read.format("libsvm").load(input_path).cache()
50
print("Schema from LIBSVM:")
0 commit comments