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.

Allow key-value pairs in config dictionary to be displayed in seperate column

See original GitHub issue

My hyperparameters are stored in a dictionary. Currently omniboard does not support displaying nested values in a seperate column. So far example:

"train" : {"batch_size":32,"epochs":100,"lr":0.01}

It would be very nice to be able to display "batch_size " in it’s own seperate column, opposed to the “train” column I have now.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vivekratnavelcommented, Jun 5, 2020

@benjamin9555 By default Omniboard will list all first-level configs as separate columns. To display any nested dictionary as a column, you can add a custom colum

1reaction
vivekratnavelcommented, Dec 17, 2018

🎉 This issue has been resolved in version 0.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

Applying a key value dictionary pair to multiple column in a ...
DataFrame(test.values(),index=test.keys(),columns=['cost']).reset_index() #OR(use any one of them to create dataframe named newdf) newdf=pd.
Read more >
Using dictionaries to store data as key-value pairs
The dictionary stores objects as key-value pairs and can be used to represent complex real-world data.
Read more >
Python Dictionary and JSON — A Comprehensive Guide
Python dictionary is a a collection of key-value pairs. Dictionary is mutable(can be changed), unordered and can be indexed.
Read more >
Dictionary attributes - Product Documentation | ServiceNow
Name Value Target Element allow_null true/false field_name field allow_public true/false table_name field allow_references true/false field_name field
Read more >
Printing Dictionary Values - Studio - UiPath Community Forum
Printing Dictionary Values · TestDictionary.Keys returns array · Iterate through the array using For Each activity · Use the Key as the key...
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