applyModel()
applyModel(
name,table,columnNamesMap?,showProgress?):Promise<DataFrame>
Defined in: src/ml.ts:20
Applies predictive model to the specified table. See example: https://public.datagrok.ai/js/samples/domains/data-science/predictive-model
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
name | string | undefined | Model namespace path. |
table | DataFrame | undefined | Data table. |
columnNamesMap | object | {} | Columns map. |
showProgress | boolean | true | Maximum number of results to return. |
Returns
Promise<DataFrame>