1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected over 1 year ago.
Dec 05, 2021 — Dec 05, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use dense matrix type for weights for softmax regression. More... 7 months ago
Update HISTORY. More... 7 months ago
Fix call to preprocess_split() in generated documentation. More... 7 months ago
Merge remote-tracking branch 'origin/master' into logistic-regression-doc More... 7 months ago
Fix documentation for softmax regression. More... 7 months ago
Test new functions for SoftmaxRegression, and don't use deprecated functions. More... 7 months ago
Don't use deprecated Classify(). More... 7 months ago
Unify constructor and Train() with LogisticRegression constructors and Train(). More... 7 months ago
Fix minor implementation bugs. More... 7 months ago
Fix serialization bug for legacy versions. More... 7 months ago
Adapt SoftmaxRegression type to new template parameter. More... 7 months ago
Add MatType template parameter to softmax regression. More... 7 months ago
Add a utility to get a sparse matrix type for a given matrix type. More... 7 months ago
Adapt return type to the matrix element type for Train(). More... 7 months ago
Add a test for LogisticRegression::Reset(). More... 7 months ago
Fix matrix type. More... 7 months ago
First step at updating softmax regression implementation. More... 7 months ago
Fix serialization for reverse compatibility. More... 7 months ago
Remove unnecessary line. More... 7 months ago
First attempt at softmax regression documentation. More... 7 months ago
Minor cleanups. More... 7 months ago
Fully qualify data:: uses so that using namespace mlpack isn't needed. More... 7 months ago
Merge branch 'rf-doc' into adaboost-doc More... 7 months ago
Merge remote-tracking branch 'origin/master' into rf-doc More... 7 months ago
Fully qualify all data:: calls so using namespace mlpack isn't needed. More... 7 months ago
Minor cleanups. More... 7 months ago
Fix examples so that they compile and run. More... 7 months ago
Clean up test. More... 7 months ago
Allow storing different types for the internal LogisticRegression parameters. More... 7 months ago
Add tests for new versions of constructors, Train(), and Classify(). More... 7 months ago