Referencing DSS Datasets in Bokeh WebApps

gblack686
Level 4
Referencing DSS Datasets in Bokeh WebApps
I'm a bit confused on how to reference the datasets and outputs of my ML models in a Bokeh WebApp.

The documentation only demonstrates Bokeh plots with dummy data. Isn't the point to create interactive visualizations of the DSS workflow?
0 Kudos
1 Reply
rtaylor
Level 3
I assume you are using python to write your Bokeh app.

You import the DSS datasets in the python code as you would in any other python recipe or notebook in DSS:

df = dataiku.Dataset("YOUR_DATA").get_dataframe()