mrdbourke / zero-to-mastery-ml

All course materials for the Zero to Mastery Machine Learning and Data Science course.
https://dbourke.link/ZTMmlcourse
2.88k stars 3.4k forks source link

ZeroToMastery SciKit Learn Exercises #90

Open caitlynslashai opened 3 months ago

caitlynslashai commented 3 months ago

plot_roc_curve no longer exists in SciKitLearn 1.5+ but is used in the exercises; new function is RocCurveDisplay

kRiShNa-429407 commented 3 months ago

Already updated Check the notebook

https://github.com/mrdbourke/zero-to-mastery-ml/blob/master/section-2-data-science-and-ml-tools%2Fintroduction-to-scikit-learn.ipynb

caitlynslashai commented 3 months ago

The issue is in scikit-learn-exercises.ipynb, not introduction-to-scikit-learn

kRiShNa-429407 commented 3 months ago

Will be updated