You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please provide a code snippet on how we can handle when there is an error in code when the initial visualization is generated using the below code.
I would like to understand what is best option for the feedback parameter for repairing the visualization. Can we get it from lida.evaluate() or add a user input as feedback or the exception_error
The text was updated successfully, but these errors were encountered:
Can you please provide a code snippet on how we can handle when there is an error in code when the initial visualization is generated using the below code.
charts = lida.visualize(summary=new_summary, goal=goals[0], textgen_config=textgen_config,library=plotting_lib)
I would like to understand what is best option for the
feedback
parameter for repairing the visualization. Can we get it fromlida.evaluate()
or add a user input as feedback or theexception_error
The text was updated successfully, but these errors were encountered: