This Release includes:
Important Updates:
-----------------
. Updated Linear Regression
. Added Logistic Regression
. Added Package Documentation
. Added Comments
Linear Regression
=================
General Updates:
---------------
.Removed errors from documentation
.Added Line Comments for better understanding of Programming
Specific Updates:
----------------
.Added History of Loss for better use and prediction
.Improved Efficiency in Gradient Descent Function
Logistic Regression (New!)
Some UFP's:
-----------
.General Logistic regression (multinomial) with any number of Categories in Output
.New Variable Score for better use and prediction
.Accepts linear label array and converts to One-Hot-Vector Automatically Inside
.Automatically identifies number of Categories