Last updated 11 months ago
LinearRegressorTrait provides a trait definition for linear regression problem.
LinearRegressorTrait
use orion::operators::ml::LinearRegressorTrait;
Orion supports currently only fixed point data types for LinearRegressorTrait.
Fixed point (signed)
LinearRegressorTrait<FP8x23 | FP16x16 | FP64x64 | FP32x32>
linear_regressor.predict
Performs the generalized linear regression evaluation.