feat: adds F1 and roc_auc_score
This commit is contained in:
@@ -27,6 +27,11 @@ impl<T: FloatExt> BaseVector<T> for Vec<T> {
|
||||
fn len(&self) -> usize {
|
||||
self.len()
|
||||
}
|
||||
|
||||
fn to_vec(&self) -> Vec<T> {
|
||||
let v = self.clone();
|
||||
v
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user