package
0.0.0-20240306000948-4a54800425ba
Repository: https://github.com/lnashier/go-ml.git
Documentation: pkg.go.dev

# Variables

ErrFitted signals that the training has already been called on the trained dataset.

# Structs

Linear provides API to build linear regression model.
Logistic provides API to build logistic regression model.
Model defines the regression.
Regresser provides API to build regression model.
Report ...