Skip to content
Snippets Groups Projects
Commit 471690f9 authored by wm624@hotmail.com's avatar wm624@hotmail.com Committed by Reynold Xin
Browse files

[MINOR][ML] remove redundant comment in LogisticRegression

## What changes were proposed in this pull request?
While adding R wrapper for LogisticRegression, I found one extra comment. It is minor and I just remove it.

## How was this patch tested?
Unit tests

Author: wm624@hotmail.com <wm624@hotmail.com>

Closes #15391 from wangmiao1981/mlordoc.
parent 24850c94
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,6 @@ private[classification] trait LogisticRegressionParams extends ProbabilisticClas
/**
* Param for the name of family which is a description of the label distribution
* to be used in the model.
* Supported options: "auto", "multinomial", "binomial".
* Supported options:
* - "auto": Automatically select the family based on the number of classes:
* If numClasses == 1 || numClasses == 2, set to "binomial".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment