aws / fmeval

Foundation Model Evaluations Library
http://aws.github.io/fmeval
Apache License 2.0
214 stars 46 forks source link

[Bug] Radar plot using plotly not displaying #316

Closed jcassiojr closed 3 months ago

jcassiojr commented 4 months ago

Running model-comparison.ipynb I realized the radar plot is not displaying. I fixed by adding the following code:

import plotly.io as pio
pio.renderers.default = 'notebook'