Skip to content

Instantly share code, notes, and snippets.

@kaysush
Created May 16, 2018 15:28
Show Gist options
  • Save kaysush/e69220a11fc1d042baec756ebe031adb to your computer and use it in GitHub Desktop.
Save kaysush/e69220a11fc1d042baec756ebe031adb to your computer and use it in GitHub Desktop.
Logistic Regression
val logisticRegression = new LogisticRegression()
.setFeaturesCol("scaledFeatures")
.setLabelCol(dependetVariable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment