Skip to main content

evaluate_predictor

Function evaluate_predictor 

Source
pub fn evaluate_predictor(traces: &[Trace], lr: f64, l2: f64) -> PredictorEval
Expand description

Run the prequential predictor evaluation over traces with the given lr/l2.