question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add visualization in notebooks / Colab

See original GitHub issue

Hi,

I managed to explore all the basic features of this great tool within the GPU-enabled notebooks provided in Google Colab and Kaggle. I was also able to run and view the tensorboard.

The only thing I missed is the visualization, as I didn’t manage to find a way to plot from the notebook. Is there a way to call the CLI functions from python, and make them return a matplotlib plot? In this way they could be visualized with %matplotlib inline, or %matplotlib notebook in case we need to zoom or interact.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
w4nderlustcommented, Jul 23, 2019

This PR refactors and exposes the visualization functions: https://github.com/uber/ludwig/pull/427 Closing the conversation, but please feel free to post opinions and feedback, as now the refactoring allows for further improvement much more easily.

1reaction
floschacommented, Apr 25, 2019

Hey @w4nderlust, I understand that the visualize module is made for internal usage and is definitely not useless for that matter 😉However, there appears to be a considerable number of people for which the current way of plotting programmatically seems rather obscure. Especially since its usage differs quite a bit from the CLI commands which do not require lists or an explicit field value.

I would be very glad to help with Ludwig’s visualization in notebooks. Since you mentioned that you are planning to add visualization to the programmatic API, are there any ideas yet what that API should look like?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Importing and Visualizing data in Google Colab - Medium
In this article, I'll show you how you can use your dataset in the Google Colab notebook. How to upload a dataset from...
Read more >
Add visualization in notebooks / Colab · Issue #267 - GitHub
Hi, I managed to explore all the basic features of this great tool within the GPU-enabled notebooks provided in Google Colab and Kaggle....
Read more >
Charts in Colaboratory - Google Colab
A common use for notebooks is data visualization using charts. Colaboratory makes this easy with several charting tools available as Python imports.
Read more >
Data Visualization / Google Colab Tutorials - YouTube
Learn more about Matplotlib library and how to customize the stylesheets to get more appealing view to your plots.
Read more >
Google Colab - Interactive Graphs, Tables and Widgets!
The notebook can be found in the "Google Colab Tutorials" folder ... Interactive graphs 10:35 - Interactive tables 13:19 - Visualizing ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found