Fit Dataset (Experimental)

../../../../_images/fit_ds.svg

Trains a model by fitting to dataset.

Documentation

Creates a fitted model object from model input and dataset representation

Definition

Input ports

in-model
Type: model
Description: Input model
X
Type: dataset
Description: Input dataset
sample_weights
Type: table
Description: sample_weights
Optional number of ports: 0–1 (default: 0)

Output ports

out-model
Type: model
Description: Output model

Examples

The node can be found in:

Implementation

class node_ml_application.FitDataSet[source]