google / yggdrasil-decision-forests

A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
https://ydf.readthedocs.io/
Apache License 2.0
497 stars 53 forks source link

Plots not visible in PyCharm #121

Open jerryajay opened 3 months ago

jerryajay commented 3 months ago

Graphs associated with api's such as model.evaluate() and model.analyze_predication() are not visible in Pycharm both in IDE and browser(chrome).

Version: 0.5.0

rstz commented 3 months ago

Hi, thank you for reporting this. It sounds like pycharm is not able to load Plotly from the external resource https://www.gstatic.com/external_hosted/plotly/plotly.min.js

Our team is not using Pycharm, so any help in making this work would be greatly appreciated!