Documentation
¶
Overview ¶
Package logistic provides linear regression model implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithGradientDescent ¶
func WithGradientDescent(o options.Options) regression.Regression[int]
WithGradientDescent initializes logistic regression with numerical approach. It finds the value of coefficients by taking steps in each iteration towards the minimum of a cost function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.