The workbook canvas is your experimental area.
You can create, run, and train your algorithm flow in workbook canvas using a simple drag-and-drop method, to add datasets and algorithms.
The table given below provides major differences between the workbook and workflow.
Workbook Canvas | Workflow Canvas |
|---|---|
It is an experimental area where you train your datasets and algorithms. | It is the production area where trained datasets are used to publish your algorithms as models. |
It also contains classification and regression algorithms, along with other algorithms. | It contains all algorithms present in the workbook, except classification and regression algorithms. |
You cannot schedule algorithms to run later. | You can schedule your final algorithms to run automatically at specific time intervals. |
To use canvas, follow the steps given below.
Notes: |
|
Use the drag-and-drop method to insert readers and algorithms from the Task Pane into the canvas.
| You can also double-click on the reader or algorithm to add it to the canvas. |
Click the reader/algorithm and click the Node Connector, and then click the other reader/algorithm that you want to join with it.
Similarly, join the other elements.
| You can also join a single element to multiple elements if required. |
Click the reader/algorithm and click the vertical ellipsis (). The functions available for the elements are as follows.
| Publish as a model is available only for Machine Learning, Regression, and Classification algorithms. |
The table given below describes the functions present on the reader or algorithm.
Icon | Icon Name | Description |
Run | It runs the selected node of the algorithm. Note: The predecessor node is expected to be successfully executed. | |
Run from Node | It runs all the nodes below, from the selected node. | |
Run till Node | It runs all the nodes from the top node, until the selected node. | |
Explore | It lets you explore the result of the selected node. | |
Publish as a Model | It publishes the algorithm flow as a model. | |
Delete | It deletes the node. |
|
|