Workspace Node: Azure Machine Learning: Quick Tab and Azure Settings Tab
The Azure Machine Learning workspace node can be accessed from the Feature Finder, the ribbon bar, or the Node Browser. The Specifications - Quick tab is displayed by default.
- For batch scoring, the size of the data can be large. Azure storage is used between Statistica and the scoring model in Azure.
Data flow: Statistica → Azure Storage → Azure ML scoring flow → Statistica .
- For live scoring, the size of the input data is assumed to be small, data transfer size negligible. In this case, the data is supplied directly to the scoring model in Azure ML, bypassing Azure storage.
Data flow: Statistica → Azure ML scoring flow → Statistica .
Specifications - Azure Settings Tab
Processing
Element Name | Description |
---|---|
Batch scoring |
Upon execution of the node: Data is sent to Azure Storage. A scoring flow is executed in Azure. Results are extracted back to Statistica . Results are mapped to column names in results spreadsheet. |
Live scoring (single case) |
Upon execution of the node: Data is sent directly to Azure ML scoring flow and executed. Results are extracted results back to Statistica . Results are mapped to column names in results spreadsheet. |