Expand description
Error types for the linear regression library.
This module provides a comprehensive error type for all failure modes in linear regression operations, including matrix operations, statistical computations, and data parsing.
Enums§
- Error
- Error types for linear regression operations
Functions§
- error_
json - Converts an error message to a JSON error string.
- error_
to_ json - Converts an
Errorto a JSON error string.
Type Aliases§
- Result
- Result type for linear regression operations.