smtilson / pp5-ml-dashboard

Repository for machine learning project.
0 stars 1 forks source link

Missing font notification [BUG] #11

Closed smtilson closed 2 months ago

smtilson commented 2 months ago

Describe the bug When using the the KElbowVisualizer from yellowbrick, there are many notifications that a font family is missing.

To Reproduce Steps to reproduce the behavior:

  1. Go to Section 3 of notebook 07 on clustering.
  2. Run all cells up to and including the cell containing the KElbowVisualizer
  3. Get notifications about missing font families.

Expected behavior These should not appear.

Additional Context There are no warning messages or errors so it is unclear why it is happening. It isn't germaine to the project anyway.

smtilson commented 2 months ago

Changing the versions of various packages seems to have addressed this.