Skip to main content
Version: 1.5

Machine Learning (Enterprise only)

Overview

Nussknacker can evaluate ML models using the Machine Learning component. The ML Enricher is an Enterprise component of Nussknacker and requires a separate licence, contact info@nussknacker.io for license terms and instructions how to obtain jar with ML Enricher.

Models can be either JPMML encoded or exported with H2O Mojo/Pojo. Model repository can be one of the following:

  • file system
  • MLFlow registry
  • custom model registry

Configuration

Sample configuration:

components.prinzPMML {  
pmmlConfig {
fileExtension: ".pmml"
modelsDirectory: "file:///opt/nussknacker/pmml-models"
modelVersionSeparator: "-v"
}
}

If ML Enricher is configured, Designer will automatically generate a component for each ML model found and place them in the Enrichers section of the tools palette.

If new ML models are added, Designer needs to be restarted to detect them.