ModelMetrics class
Contains metrics captured from a model.
Constructors
- ModelMetrics({Bias? bias, Explainability? explainability, ModelDataQuality? modelDataQuality, ModelQuality? modelQuality})
-
ModelMetrics.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bias → Bias?
-
Metrics that measure bais in a model.
final
- explainability → Explainability?
-
Metrics that help explain a model.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- modelDataQuality → ModelDataQuality?
-
Metrics that measure the quality of the input data for a model.
final
- modelQuality → ModelQuality?
-
Metrics that measure the quality of a model.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited