Closed willeppy closed 4 years ago
Hey @willeppy I tested your code and this does seem to be an issue. It might take a bit to fix so here is how you can overcome that for now. First, install the master branch by running "pip install git+https://github.com/Palashio/libra.git". Then add the following python file to your current directory https://github.com/Palashio/libra/blob/master/libra/dashboard/LibEDA.py. This should let you run the dashboard! I will update this issue once I fix the bug.
Thanks!
Describe the bug Dashboard does not display when client.dashboard() is called. A streamlit error occurs.
To Reproduce
client1 = client("data/housing.csv") #UCI housing dataset from the Libra example client1.decision_tree_query("model ocean proximity") client1.analyze()
above all worked fine
client1.dashboard() # ISSUE HERE: does not show dashboard