Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ NonLinearRegModel
Class
NonLinearRegModel
crates/openquant/tests/fingerprint.rs:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
struct NonLinearRegModel;
17
18
impl RegressionPredictor for NonLinearRegModel {
19
fn predict(&self, x: &[Vec<f64>]) -> Vec<f64> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected