Class DataframeEvaluationRegression
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeEvaluationRegression
- All Implemented Interfaces:
DataframeEvaluationVariant,JsonpSerializable
@JsonpDeserializable
public class DataframeEvaluationRegression
extends Object
implements DataframeEvaluationVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DataframeEvaluationRegression>Json deserializer forDataframeEvaluationRegression -
Method Summary
Modifier and TypeMethodDescriptionDataframeEvaluation variant kind.final StringRequired - The field of the index which contains the ground truth.metrics()Specifies the metrics that are used for the evaluation.final StringRequired - The field in the index that contains the predicted value, in other words the results of the regression analysis.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupDataframeEvaluationRegressionDeserializer(ObjectDeserializer<DataframeEvaluationRegression.Builder> op) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.ml.DataframeEvaluationVariant
_toDataframeEvaluation
-
Field Details
-
_DESERIALIZER
Json deserializer forDataframeEvaluationRegression
-
-
Method Details
-
of
-
_dataframeEvaluationKind
DataframeEvaluation variant kind.- Specified by:
_dataframeEvaluationKindin interfaceDataframeEvaluationVariant
-
actualField
Required - The field of the index which contains the ground truth. The data type of this field must be numerical.API name:
actual_field -
predictedField
Required - The field in the index that contains the predicted value, in other words the results of the regression analysis.API name:
predicted_field -
metrics
Specifies the metrics that are used for the evaluation. For more information on mse, msle, and huber, consult the Jupyter notebook on regression loss functions.API name:
metrics -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDataframeEvaluationRegressionDeserializer
protected static void setupDataframeEvaluationRegressionDeserializer(ObjectDeserializer<DataframeEvaluationRegression.Builder> op)
-