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

# Functions

NewPoint creates a new data point with given observed and variables.
Parse ...

# Variables

ErrNotEnough signals that there weren't enough datapoint to train the model.
ErrTooManyVars signals that there are too many variables for the number of data points being made.

# Structs

Header ...
Point defines an observation that can used to train the regression.
Schema defines data.