Expand description
Built-in handler that executes linear-regression inference in-process.
This handler is preserved for backwards compatibility and as a fallback
when a WASM handler is not available. It does not cross a sandbox
boundary; the runtime binary selects it via --builtin-handler linear-regression.
Structs§
- Linear
Regression Invoke Handler - Business-neutral linear-regression handler used by the distributed runtime binary.