package tezos-benchmark

  1. Overview
  2. Docs
module LinearModel : sig ... end
val predict_output : input:Scikit_matrix.t -> weights:Scikit_matrix.t -> Pytypes.pyobject
val r2_score : output:Scikit_matrix.t -> prediction:Pytypes.pyobject -> float option
val rmse_score : output:Scikit_matrix.t -> prediction:Pytypes.pyobject -> float
OCaml

Innovation. Community. Security.