Skip to content

How to generate the comparison viewer dashboard from predictions saved in DuckDB? #1089

Answered by RossKen
adelinor asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @adelinor

I'm not 100% sure, but It looks like you may want the register table function.

So you would have:

df = ...
linker.register_table(df, "df")
linker = DuckDBLinker(df, connection='mypredictionresults')
linker.load_settings_from_json('settings.json') 

linker.comparison_viewer_dashboard(df_predict, path, overwrite=True)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adelinor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants