Skip to content

Commit

Permalink
Remove unnecessary tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewuathe committed Sep 3, 2015
1 parent 7d693c2 commit 2c12894
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ private[ml] class LibSVMRelation(val path: String, val numFeatures: Int, val vec
StructField("features", new VectorUDT(), nullable = false) :: Nil
)

<<<<<<< HEAD
override def buildScan(): RDD[Row] = {
val sc = sqlContext.sparkContext
val baseRdd = MLUtils.loadLibSVMFile(sc, path, numFeatures)
Expand Down

0 comments on commit 2c12894

Please sign in to comment.