Name: Demo-jupyter-integration-lod
Version: 1
There is a newer version of this Rule.
Creator: ELC
This Rule is for the jupyter integration demo with lod executing inside jupyter
ID: 450
Created: Aug. 15, 2019, 12:27 a.m.
full definition:
The below is the JSON description of this object.
It is annotated with links to the documentation of each component.
You can hide fields with default values to make things clearer, and copy it to a clipboard to make creating similar Rules and Options easier.
{
"name" : "Demo-jupyter-integration-lod",
"description" : "This Rule is for the jupyter integration demo with lod executing inside jupyter",
"dependencies" : [
{
"symbol" : "demo_jupyter_integration_lod",
"weight" : 1.0,
"comment_filter" : null
}
],
"threshold" : 1.0,
"trigger" : {
"repeat" : "never",
"arguments" : [],
"deactivate_if" : {}
},
"actions" : [
{
"type" : "create_option",
"var" : "demo-jupyter-integration-lod",
"name" : "demo-jupyter-integration-lod",
"description" : "This Option will ask the user for parameters, then execute Demo_jupyter_integration_lod with those parameters.",
"confidence" : 1000.0,
"trigger" : {
"repeat" : "never",
"arguments" : [],
"deactivate_if" : {}
},
"display" : {
"must_always_be_shown" : true,
"parameter_file_name" : "userParametersFile",
"message_components" : [
{
"type" : "text",
"text" : "This example use elody inside Jupyter and returns a simple linear regression for some input points"
},
{
"type" : "option_parameter_selector",
"name" : "timeseries",
"title" : "Timeseries to predict",
"description" : "The timeseries, as a string of comma-separated values:",
"optional" : false,
"value" : {
"type" : "string",
"default" : "1.0, 2.0, 3.0",
"multiline" : false
}
},
{
"type" : "option_parameter_selector",
"name" : "c",
"title" : "Number of elements to predict",
"description" : "",
"optional" : false,
"value" : {
"type" : "int",
"default" : 5,
"min" : 1,
"max" : null
}
}
],
"buttons" : [
{
"text" : "Perform the prediction",
"style" : "cta",
"replace_normal_actions" : false,
"is_the_default_button" : false,
"actions" : []
}
]
},
"actions" : [
{
"type" : "execute_program",
"var" : null,
"program" : "Demo_jupyter_integration_lod#dev",
"arguments" : {
"user_parameters_file" : {
"type" : "variable",
"nullable" : false,
"var" : "userParametersFile"
}
},
"argument_lists" : {}
}
]
}
],
"existing_variables" : {
"demo-jupyter-integration-lod" : {
"type" : "option",
"value" : null
}
}
}
all versions of this Rule:
Version 1