All Bundles

TuningTask

Task that create a tuned model

Implements: Stringify

Operations

New

Constructor

New(training_data:Dataset, hyper_params:Hyperparameters)
Parameters
NameTypeDescription
training_dataDatasetmodel training data
hyper_paramsHyperparametershyperparameters controlling the tuning process

GetHyperparameters

Get hyperparameters controlling the tuning process

method : public : GetHyperparameters() ~ Hyperparameters
Return
TypeDescription
Hyperparametershyperparameters controlling the tuning process

GetTrainingData

Get model training data

method : public : GetTrainingData() ~ Dataset
Return
TypeDescription
Datasetmodel training data

ToJson

JSON representation of the instance

method : public : ToJson() ~ JsonElement
Return
TypeDescription
JsonElementJSON representation of the instance

ToString

JSON string representation of the instance

method : public : ToString() ~ String
Return
TypeDescription
StringJSON string representation of the instance