Skip to content

WalkerRout/mlogr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Logistic Regression

Multiple Logistic Regression implemented in C++ from scratch

C++ stdlib was used in order to perform mathematical operations and to create the vectors/matrix. Vectors and matrices were represented as n-dimensional std::vectors.

More specific documentation is located in the comments in the "wml.cpp" file.

The test dataset I am currently using is the "framingham_clean.csv" dataset.

About

Multiple Logistic Regression implemented in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages