Referencing DSS Datasets in Bokeh WebApps
gblack686
Partner, Registered Posts: 62 Partner
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?
The documentation only demonstrates Bokeh plots with dummy data. Isn't the point to create interactive visualizations of the DSS workflow?
Answers
-
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()