Details
-
Documentation
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.2.0
-
None
Description
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.