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.

How to get the visualization result?

See original GitHub issue

After running ludwig visualize --visualization learning_curves -ts results/experiment_run_4/training_statistics.json, it returns empty. Where to get the visualization results?Is it saved as a image in somewhere?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:28 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
w4nderlustcommented, Feb 13, 2019

Oh so you are running the visualize command from the colab, you are not calling the functions themselves. I’m not sure how that would work, as if you call matplotlib functions by running the proces, they are unlikely to be piped into the cell output. Do you have experience in doing something like this (calling scripts that open mtplotlib windows and having them rendered in colab cells)?

This is making me think that probably I should add an option to visualize that allows for saving the images to disk instead of opening windows. That would solve your problem as you would be able to open the saved images in a cell, and also @MrRace 's problem (if if I don’t know yet what his problem was in detail).

1reaction
w4nderlustcommented, Mar 13, 2019

@gobzer it’s not stupid, it’s the way it should be done 😃 I would be really glad if you could add a save_figures, save_path and figure_extention parameters to the visualize.py module command line interface and pass those parameters through to compose the path savefig is going to save the file to, and finally make a PR. it would be much appreciated and it would be was I was planning to doanyway.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Get Results With Visualization - Forbes
Visualization has been hailed as the easy answer in goal setting: simply imagine you're successful and you will be. But this simplification ...
Read more >
Results-Reports Visualizations - Qualtrics
Visualizations are tables or graphs that display your data. When you generate a report in the Results section, visualizations are created for you...
Read more >
How to get the visualization result? · Issue #69 · ludwig-ai ...
After running ludwig visualize --visualization learning_curves -ts results/experiment_run_4/training_statistics.json, it returns empty.
Read more >
5 Visualization Techniques to Help You Reach Your Goals
How do you practice visualization? 5 steps · Close your eyes and imagine the desired outcome. With all related senses and all emotions....
Read more >
How to Visualize Survey Results Using Infographics - Venngage
Visualizing survey data effectively means using different types of charts for different types of survey results (i.e. binary, rating scale, multiple choice, ...
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