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

Remove extraneous try/except clauses #1218

Closed lwgray closed 2 years ago

lwgray commented 2 years ago

@rebeccabilbro identified 3 files that contain try/except clauses that aren't required. Reference: PR #1197

  1. tests/test_residuals.py
  2. tests/test_silhouette.py
  3. tests/test_icdm.py