Skip to content
Snippets Groups Projects
Commit 441e072a authored by Yanbo Liang's avatar Yanbo Liang Committed by Xiangrui Meng
Browse files

[MINOR] [ML] fix wrong annotation of RFormula.formula

fix wrong annotation of RFormula.formula

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #7470 from yanboliang/RFormula and squashes the following commits:

61f1919 [Yanbo Liang] fix wrong annotation
parent c043a3e9
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class RFormula(override val uid: String)
/**
* R formula parameter. The formula is provided in string form.
* @group setParam
* @group param
*/
val formula: Param[String] = new Param(this, "formula", "R model formula")
......
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