Hi,
The new TF-DF library is quite impressive! However, it seems that there is a problem with plotting the tree. The following code does not work outside of Colab (for example Kaggle Kernels)?
tfdf.model_plotter.plot_model(model)
Hi,
The new TF-DF library is quite impressive! However, it seems that there is a problem with plotting the tree. The following code does not work outside of Colab (for example Kaggle Kernels)?
tfdf.model_plotter.plot_model(model)
maybe there’s some configuration issue with D3 (the JS library to display this kind of visualization)
@Mathieu , I tried changing the imports and playing with the JS usage but I couldn’t figure it out what is the issue.