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