Dataiku Plugin¶
Use neuralk directly from Dataiku DSS. Run predictions on your datasets without leaving the Dataiku platform.
Installation¶
Download the Dataiku plugin zip:
In Dataiku DSS, go to Administration → Plugins → Add Plugin → Upload
Upload the plugin zip file
In any project, go to Macros → Neuralk → Create Neuralk code environment
Note
Plugin 0.0.4 installs neuralk==1.2.1. If you created the neuralk
code environment with an earlier plugin, update its package list to
neuralk==1.2.1 (Administration → Code envs → neuralk → Packages to
install) and rebuild it: SDK versions up to 1.2.0 sent a regression on an
integer-valued target as a many-class classification, which is far slower
and could fail on large datasets.
Usage¶
Create or open a Flow in your Dataiku project
Select a dataset, then click Lab to launch a prediction, as usual.
In model design, go to Advanced → Runtime environment. Replace Use DSS builtin env by Select an environment and pick neuralk.
Configure the model and click Run