Palashio / libra

Ergonomic machine learning for everyone.

Home Page:http://libradocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No plots visible while using client_object.plots()

aliaryan opened this issue · comments

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

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]`.