1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 2 years 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... about 1 year ago
Update HISTORY. More... about 1 year ago
Fix call to preprocess_split() in generated documentation. More... about 1 year ago
Merge remote-tracking branch 'origin/master' into logistic-regression-doc More... about 1 year ago
Fix documentation for softmax regression. More... about 1 year ago
Test new functions for SoftmaxRegression, and don't use deprecated functions. More... about 1 year ago
Don't use deprecated Classify(). More... about 1 year ago
Unify constructor and Train() with LogisticRegression constructors and Train(). More... about 1 year ago
Fix minor implementation bugs. More... about 1 year ago
Fix serialization bug for legacy versions. More... about 1 year ago
Adapt SoftmaxRegression type to new template parameter. More... about 1 year ago
Add MatType template parameter to softmax regression. More... about 1 year ago
Add a utility to get a sparse matrix type for a given matrix type. More... about 1 year ago
Adapt return type to the matrix element type for Train(). More... about 1 year ago
Add a test for LogisticRegression::Reset(). More... about 1 year ago
Fix matrix type. More... about 1 year ago
First step at updating softmax regression implementation. More... about 1 year ago
Fix serialization for reverse compatibility. More... about 1 year ago
Remove unnecessary line. More... about 1 year ago
First attempt at softmax regression documentation. More... about 1 year ago
Minor cleanups. More... about 1 year ago
Fully qualify data:: uses so that using namespace mlpack isn't needed. More... about 1 year ago
Merge branch 'rf-doc' into adaboost-doc More... about 1 year ago
Merge remote-tracking branch 'origin/master' into rf-doc More... about 1 year ago
Fully qualify all data:: calls so using namespace mlpack isn't needed. More... about 1 year ago
Minor cleanups. More... about 1 year ago
Fix examples so that they compile and run. More... about 1 year ago
Clean up test. More... about 1 year ago
Allow storing different types for the internal LogisticRegression parameters. More... about 1 year ago
Add tests for new versions of constructors, Train(), and Classify(). More... about 1 year ago