File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ This article from datawookie_ gives a very good explanation.
422
422
Regression
423
423
---------- -
424
424
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.
426
426
This website_ gives an excellent description on all the variants of errors metrics.
427
427
428
428
.. _website: https:// www.dataquest.io/ blog/ understanding- regression- error- metrics/
@@ -544,7 +544,7 @@ More here_.
544
544
There are many other variants of cross validations as shown below.
545
545
546
546
.. figure:: images/ kfold2.PNG
547
- :scale: 80 %
547
+ :scale: 100 %
548
548
:align: center
549
549
550
550
Types of cross- validation available in sklearn
You can’t perform that action at this time.
0 commit comments