Author | Message |
---|---|
kverma
Posts: 6
|
Posted 22:41 Feb 13, 2019 |
In the Homework-1 part d we have to perform Bagging based on the 29 base decision tree and to do so we have to perform bootstrapping first . In the question its written i = 0..18. But I think it should be from i = 0..28. However the accuracy does not reflect any change if we use 18 or 28. So, do we need to change the for loop or do homework as assign. Thanks
|
mpourhoma
Posts: 39
|
Posted 22:46 Feb 13, 2019 |
You are right! This is a typo. It should be i = 0 ... 28. |