Module Values_0.BiasSource

Contains bias metrics for a model.

Sourcetype nonrec t = {
  1. report : MetricsSource.t option;
    (*

    The bias report for a model

    *)
  2. preTrainingReport : MetricsSource.t option;
    (*

    The pre-training bias report for a model.

    *)
  3. postTrainingReport : MetricsSource.t option;
    (*

    The post-training bias report for a model.

    *)
}
Sourceval make : ?report:??? -> ?preTrainingReport:??? -> ?postTrainingReport:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ContentType.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t