Skip to content

Commit

Permalink
Address the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Feb 18, 2020
1 parent 1e2b879 commit f1851a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/src/main/r/ml/fmClassifier.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ head(predictions)

# $example off:classification$

sparkR.session.stop()
sparkR.session.stop()
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ private[r] object FMClassifierWrapper
.setStepSize(stepSize)
.setTol(tol)
.setSolver(solver)
.setFitIntercept(fitIntercept)
.setFeaturesCol(rFormula.getFeaturesCol)
.setLabelCol(rFormula.getLabelCol)
.setPredictionCol(PREDICTED_LABEL_INDEX_COL)
Expand Down

0 comments on commit f1851a7

Please sign in to comment.