aws-samples / amazon-sagemaker-immersion-day

MIT No Attribution
271 stars 222 forks source link

Graphs not displaying in xgboost_debugger_demo.ipynb #53

Open paulramsey opened 2 years ago

paulramsey commented 2 years ago

Graphs are not displaying in xgboost_debugger_demo.ipynb when you run the plot_collection() function (or other functions that call plot_collection).

Steps to reproduce:

  1. Run the Debugger lab under Lab 4: https://catalog.us-east-1.prod.workshops.aws/workshops/63069e26-921c-4ce1-9cc7-dd882ff62575/en-US/lab4/debugger
  2. Starting at Step 4 of the "Analyzing your debugger metrics" section, displaying plots/graphs will fail.

Fix: Add plt.show() on the last line of the plot_collection() function.