Skip to content

Commit 640c752

Browse files
author
“jake”
committed
.
1 parent d180048 commit 640c752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evaluation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ This article from datawookie_ gives a very good explanation.
422422
Regression
423423
-----------
424424
For regression problems, where the response or y is a continuous value,
425-
it is common to use R-Squared and RMSE (Root Mean Squared Error) as evaluation metrics.
425+
it is common to use R-Squared and RMSE, or MAE as evaluation metrics.
426426
This website_ gives an excellent description on all the variants of errors metrics.
427427
428428
.. _website: https://www.dataquest.io/blog/understanding-regression-error-metrics/
@@ -544,7 +544,7 @@ More here_.
544544
There are many other variants of cross validations as shown below.
545545
546546
.. figure:: images/kfold2.PNG
547-
:scale: 80 %
547+
:scale: 100 %
548548
:align: center
549549
550550
Types of cross-validation available in sklearn

0 commit comments

Comments
 (0)