[ 
https://issues.apache.org/jira/browse/SPARK-11723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanbo Liang updated SPARK-11723:
--------------------------------
    Description: We prefer to use sqlContext.read.format("libsvm").load(...) 
rather than MLUtils.loadLibSVMFile(...) to load the data stored in LIBSVM 
format as a DataFrame, so make this change for all example codes under 
examples/ml and user guides example code. (only for ml not mllib)   (was: We 
prefer to use sqlContext.read.format("libsvm").load(***) rather than 
MLUtils.loadLibSVMFile(***) to load the data stored in LIBSVM format as a 
DataFrame, so make this change for all example codes under examples/ml and user 
guides example code. (only for ml not mllib) )

> Use sqlContext.read.format("libsvm").load(***) to load DataFrame
> ----------------------------------------------------------------
>
>                 Key: SPARK-11723
>                 URL: https://issues.apache.org/jira/browse/SPARK-11723
>             Project: Spark
>          Issue Type: Improvement
>          Components: Documentation, Examples, ML
>            Reporter: Yanbo Liang
>            Priority: Minor
>
> We prefer to use sqlContext.read.format("libsvm").load(...) rather than 
> MLUtils.loadLibSVMFile(...) to load the data stored in LIBSVM format as a 
> DataFrame, so make this change for all example codes under examples/ml and 
> user guides example code. (only for ml not mllib) 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to