Port ensemble. Add Display to naive_bayes (#208)

This commit is contained in:
Lorenzo
2022-10-31 17:35:33 +00:00
committed by GitHub
parent 4f64f2e0ff
commit 083803c900
10 changed files with 330 additions and 242 deletions
+2 -4
View File
@@ -1119,10 +1119,8 @@ mod tests {
let svc = SVC::fit(&x, &y, &params).unwrap();
// serialization
let _serialized_svc = &serde_json::to_string(&svc).unwrap();
let serialized_svc = &serde_json::to_string(&svc).unwrap();
// println!("{:?}", serialized_svc);
// TODO: for deserialization, deserialization is needed for `linalg::basic::matrix::DenseMatrix`
println!("{:?}", serialized_svc);
}
}