MCPcopy Create free account
hub / github.com/Open-Quant/openquant / vals

Function vals

crates/openquant/src/feature_importance.rs:268–270  ·  view source on GitHub ↗
(v: &[f64], idx: &[usize])

Source from the content-addressed store, hash-verified

266}
267
268fn vals(v: &[f64], idx: &[usize]) -> Vec<f64> {
269 idx.iter().map(|i| v[*i]).collect()
270}
271
272fn score_model<C: SimpleClassifier>(
273 model: &C,

Callers 1

mean_decrease_accuracyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected