DistrictDataLabs / yellowbrick

Visual analysis and diagnostic tools to facilitate machine learning model selection.
http://www.scikit-yb.org/
Apache License 2.0
4.3k stars 559 forks source link

Fix deprecation warning by using packaging.version instead of distutils #1319

Open jovidal195 opened 3 weeks ago

jovidal195 commented 3 weeks ago

Hi, I was getting a deprecation warning because of distutils so I changed the module used to verify the version.