TuningTask
Task that create a tuned model
Operations
GetHyperparameters
Get hyperparameters controlling the tuning process
method : public : GetHyperparameters() ~ HyperparametersReturn
| Type | Description |
|---|---|
| Hyperparameters | hyperparameters controlling the tuning process |
GetTrainingData
Get model training data
method : public : GetTrainingData() ~ DatasetReturn
| 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() ~ JsonElementReturn
| Type | Description |
|---|---|
| JsonElement | JSON representation of the instance |
ToString
JSON string representation of the instance
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | JSON string representation of the instance |