SSoroushm

Results 1 issues of SSoroushm

Hi, I am wondering in exercise 8 ln 24, should the tree classifier predict for `X_mini_test` which has 7900 elements instead of `X_test` as below? ```python for tree, (X_mini_train, y_mini_train)...