udacity / ud120-projects

Starter project code for students taking Udacity ud120
1.62k stars 5.66k forks source link

Updated the tester script to make it work with latest version of sklearn #338

Closed hussnain-imtiaz closed 2 years ago

hussnain-imtiaz commented 2 years ago

Tester script was made in a way that it was working with older versions of sklearn, maybe because of older versions of python. I have updated it in a way that now cross validation part of the script is compatible with the latest version of sklearn.

abhiojha8 commented 2 years ago

Since all the projects and classroom content are tested only on the older version of scikit-learn, we are not upgrading it to the latest version. We will release updates once we refresh the content.