From 074ed9d1b2d712c6e3d0068107c2b04cd6bd4143 Mon Sep 17 00:00:00 2001 From: stsfk Date: Mon, 14 Sep 2020 16:29:50 +0800 Subject: [PATCH] fix grammar error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 195df98..2c46f2f 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ Speaking about inner stacking mechanics, you should remember that when you have ### 12. What is *blending*? How is it related to stacking? Basically it is the same thing. Both approaches use predictions as features. -Often this terms are used interchangeably. +Often these terms are used interchangeably. The difference is how we generate features (predictions) for the next level: * *stacking*: perform cross-validation procedure and predict each part of train set (OOF) * *blending*: predict fixed holdout set