-
Type:
Documentation
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.0
-
Component/s: Documentation, MLlib
-
Labels:None
Fix wrong doc for MAE in webpage.
Even though the code is correct for the MAE:
@Since("1.2.0") def meanAbsoluteError: Double = { summary.normL1(1) / summary.count }
In the documentation the division by n is missing.