Add visualization in notebooks / Colab
See original GitHub issueHi,
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:
- Created 4 years ago
- Reactions:1
- Comments:12 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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?