Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.91k stars 109 forks source link

No plots visible while using client_object.plots() #294

Closed aliaryan closed 4 years ago

aliaryan commented 4 years ago

I am using Libra on Colab. I did try using client_object.plots() but I couldn't see the plots. Moreover I also used %matplotlib inline, But it was of no help. I have attached screenshot as a reference. Screenshot 2020-07-21 at 11 25 20 AM

Palashio commented 4 years ago

So, plots() isn't designed to display all the plots. It returns the plots dictionary. To display a plot you can do newClient.plots()['plot_name]`.