Dataiku Plugin

Use neuralk directly from Dataiku DSS. Run predictions on your datasets without leaving the Dataiku platform.

Installation

  1. Download the Dataiku plugin zip:

    Download plugin

  2. In Dataiku DSS, go to AdministrationPluginsAdd PluginUpload

  3. Upload the plugin zip file

  4. In any project, go to MacrosNeuralkCreate 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

  1. Create or open a Flow in your Dataiku project

  2. Select a dataset, then click Lab to launch a prediction, as usual.

  3. In model design, go to AdvancedRuntime environment. Replace Use DSS builtin env by Select an environment and pick neuralk.

  4. Configure the model and click Run