ageron / handson-ml

⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
Apache License 2.0
25.18k stars 12.92k forks source link

Q: why do Decision Tree cross-validation scores change in each run #553

Open bhargavpoudel opened 4 years ago

bhargavpoudel commented 4 years ago

In Chapter 2 page 77, when I calculate the cross-validation scores for a Decision Tree model and a Linear Regression model, after each run, the scores change for DT but not for LR. Should this be happening, and if so, what is the reason?

bhargavpoudel commented 4 years ago

Sorry this is from ML2.