/LogisticRegressionGoLang

Logistic Regression in GoLang

Primary LanguageGo

LogisticRegressionGoLang

Logistic Regression in GoLang

This is the full implementation of a basic Logistic Regression model in GoLang. As of yet, there is no regularization parameter used.

Evaluated on the Titanic Dataset, using only non null rows. Accuracy was 0.7333, while sklearn gave 0.737.