From 91fc14e3a7f56766af8a8c72fa751d4167c44454 Mon Sep 17 00:00:00 2001 From: Roshan Lizu Samuel Date: Wed, 2 Jul 2025 15:01:05 +0530 Subject: [PATCH] Update w4-ch2-Decision-trees-learning.md correction in the statement of converting the categorical column into the same k number of discreet columns for one hot encoding. --- .../Week 4 - Decision Trees/w4-ch2-Decision-trees-learning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Course 2 - Advanced Learning Algorithms/Week 4 - Decision Trees/w4-ch2-Decision-trees-learning.md b/Course 2 - Advanced Learning Algorithms/Week 4 - Decision Trees/w4-ch2-Decision-trees-learning.md index 990433d..2899f1f 100644 --- a/Course 2 - Advanced Learning Algorithms/Week 4 - Decision Trees/w4-ch2-Decision-trees-learning.md +++ b/Course 2 - Advanced Learning Algorithms/Week 4 - Decision Trees/w4-ch2-Decision-trees-learning.md @@ -250,7 +250,7 @@ In _Cat Classification_ example, we have this data: cat data -- But, let's say, now rather tha having $2$ values in _Ear Shape_, we will have $3$ values: +- But, let's say, now rather than having $3$ values in _Ear Shape_, we will have $3$ values: - - _Pointy_ - - _Floppy_ - - _Oval_