This website uses cookies. By clicking OK, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
OK
Community
All community
This category
This board
Knowledge base
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Browse
Discussions
Setup & Configuration
Using Dataiku DSS
Plugins & Extending Dataiku DSS
General Discussion
Job Board
Community Resources
Knowledge
Getting Started
Knowledge Base
Documentation
Academy
Course Catalog
Learning Paths
Certifications
Academy Discussions
Community Programs
User Groups
User Groups Resources
Dataiku Neurons
Upcoming User Events
Past User Events
Online Events
Community Conundrums
Banana Data Podcast
What's New
Sign In
Advanced Designer Learning Path is now live!
Read More
Community
»
Discussions
»
Using Dataiku DSS
»
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Referencing DSS Datasets in Bokeh WebApps
gblack686
Level 4
10-11-2019
12:46 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
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
Reply
All discussion topics
Previous Topic
Next Topic
1 Reply
rtaylor
Level 3
10-11-2019
01:29 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
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()
1
Kudo
Reply
Post Reply
Labels
(3)
Labels
Labels:
code
Python
Webapps