Merge branch 'development' of github.com:smartcorelib/smartcore into development

This commit is contained in:
Lorenzo (Mec-iS)
2022-11-02 15:24:06 +00:00
64 changed files with 583 additions and 150 deletions
+2 -2
View File
@@ -606,7 +606,7 @@ mod tests {
// }
// TODO: had to disable this test as it runs for too long
// #[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
// #[cfg_attr(all(target_arch = "wasm32", not(target_os = "wasi")), wasm_bindgen_test::wasm_bindgen_test)]
// #[test]
// fn svr_fit_predict() {
// let x = DenseMatrix::from_2d_array(&[
@@ -645,7 +645,7 @@ mod tests {
// assert!(mean_squared_error(&y_hat, &y) < 2.5);
// }
// #[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
// #[cfg_attr(all(target_arch = "wasm32", not(target_os = "wasi")), wasm_bindgen_test::wasm_bindgen_test)]
// #[test]
// #[cfg(feature = "serde")]
// fn svr_serde() {