Task that create a tuned model
Implements: Stringify
OperationsConstructor
New(training_data:Dataset, hyper_params:Hyperparameters)
Name | Type | Description |
---|---|---|
training_data | Dataset | model training data |
hyper_params | Hyperparameters | hyperparameters controlling the tuning process |
Get hyperparameters controlling the tuning process
method : public : GetHyperparameters() ~ Hyperparameters
Type | Description |
---|---|
Hyperparameters | hyperparameters controlling the tuning process |
Get model training data
method : public : GetTrainingData() ~ Dataset
Type | Description |
---|---|
Dataset | model training data |
JSON representation of the instance
method : public : ToJson() ~ JsonElement
Type | Description |
---|---|
JsonElement | JSON representation of the instance |
JSON string representation of the instance
method : public : ToString() ~ String
Type | Description |
---|---|
String | JSON string representation of the instance |