Documentation
Preparing search index...
@saltcorn/types
base_types
ModelPattern
Type Alias ModelPattern
type
ModelPattern
=
{
configuration_workflow
:
(
req
:
Req
)
=>
AbstractWorkflow
;
hyperparameter_fields
:
(
{ configuration, table, }
:
{
configuration
:
GenObj
;
table
:
AbstractTable
;
}
,
)
=>
FieldLike
[]
;
predict
:
(
{ id, model, hyperparameters, fit_object, rows, }
:
{
fit_object
:
any
;
hyperparameters
:
GenObj
;
id
:
number
;
model
:
{
configuration
:
GenObj
}
;
rows
:
Row
[]
;
}
,
)
=>
Promise
<
GenObj
[]
>
;
prediction_outputs
:
(
{ configuration, }
:
{
configuration
:
GenObj
}
,
)
=>
FieldLike
[]
;
train
:
(
{ table, configuration, hyperparameters, state, }
:
{
configuration
:
GenObj
;
hyperparameters
:
GenObj
;
state
:
GenObj
;
table
:
AbstractTable
;
}
,
)
=>
Promise
<
any
>
;
}
Index
Properties
configuration_
workflow
hyperparameter_
fields
predict
prediction_
outputs
train
Properties
configuration_
workflow
configuration_workflow
:
(
req
:
Req
)
=>
AbstractWorkflow
hyperparameter_
fields
hyperparameter_fields
:
(
{ configuration, table, }
:
{
configuration
:
GenObj
;
table
:
AbstractTable
;
}
,
)
=>
FieldLike
[]
predict
predict
:
(
{ id, model, hyperparameters, fit_object, rows, }
:
{
fit_object
:
any
;
hyperparameters
:
GenObj
;
id
:
number
;
model
:
{
configuration
:
GenObj
}
;
rows
:
Row
[]
;
}
,
)
=>
Promise
<
GenObj
[]
>
prediction_
outputs
prediction_outputs
:
(
{ configuration, }
:
{
configuration
:
GenObj
}
,
)
=>
FieldLike
[]
train
train
:
(
{ table, configuration, hyperparameters, state, }
:
{
configuration
:
GenObj
;
hyperparameters
:
GenObj
;
state
:
GenObj
;
table
:
AbstractTable
;
}
,
)
=>
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
configuration_
workflow
hyperparameter_
fields
predict
prediction_
outputs
train
Documentation
Loading...