Convert Model to Dataset¶
The Convert Model to Dataset task generates a dataset containing all the information generated by the model, such as the weights of a neural network or the coefficients of a linear regression.
The resulting dataset can be viewed using a Data Manager or exported to an external item, such as a file or database table.
Warning
The Convert Model to Dataset task does not have any parameters or options to define - it is only required to compute the task. The message “No parameters need to be set for this task: just compute the task by right-clicking it and selecting Compute > Compute selected” will appear as opening the task.
Example¶
The following example takes on the Neural Networks Regression example.
Right-click the Neural Networks Regression task and select Take a look: as you can see, you cannot visualize results in a tabular format.
Add a Convert Model to Dataset task and link it to the Neural Networks Regression task.
As the task has no configuration options, only save and compute it.
The output dataset can be visualized by right-clicking on the Convert Model to Dataset task and selecting Take a look or by adding a Data Manager to the flow. The dataset will contain attributes filled with the analysis’ values.