Commit Graph
27892 Commits
Author SHA1 Message Date
Ryan Curtin 6c960cf592 Merge pull request #3212 from rcurtin/batchsizetest-fix
Fix VanillaNetworkBatchSizeTest
2022-05-25 16:16:41 -04:00
Ryan Curtin ee987b74f5 Merge pull request #3207 from rcurtin/remove-fastmks-boost
Remove boost::priority_queue from FastMKS
2022-05-25 16:16:28 -04:00
Ryan Curtin 1fe6452d13 Remove accidental debugging output. 2022-05-24 18:14:07 -04:00
Ryan Curtin b0961500db Properly initialize the gradient matrix. 2022-05-22 21:44:31 -04:00
Marcus Edel 9daf24f787 Merge pull request #3210 from Ansh-Sarkar/documentation-fixes
Updated link to repository issues page in README.md.
2022-05-19 16:02:34 -07:00
Ansh Sarkar 395ce1b879 Updated link to repository issues page in README.md 2022-05-17 19:12:57 +05:30
Ryan Curtin df9fb97695 Use std::vector<> + std::make_heap() instead of boost::priority_queue. 2022-05-15 15:49:12 -04:00
Ryan Curtin 217df0eceb Merge pull request #3204 from rcurtin/fix-lr-warning
Fix `linear_regression` warning
2022-05-10 17:41:05 -04:00
Ryan Curtin 3d960e0107 Fix warning: only show warning when --test_file is *not* specified. 2022-05-05 17:42:54 -04:00
Ryan Curtin 54c6ebe03a Merge pull request #3200 from shubham1206agra/go-cli-fix
Go Build Fix
2022-05-01 13:24:24 -04:00
Ryan Curtin 775a3b55f7 Merge pull request #3198 from shubham1206agra/py-cli-fix
Python Build Fix
2022-04-30 10:41:45 -04:00
Ryan Curtin 8e72ed6986 Merge pull request #3199 from shubham1206agra/r-cli-fix
R Build Fix
2022-04-30 10:40:59 -04:00
shubham1206agra b406fc1506 changes according to suggestion 2022-04-29 10:42:32 +05:30
Shubham AgrawalandRyan Curtin 54e2914430 Update src/mlpack/bindings/python/copy_artifacts.py
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2022-04-29 10:20:14 +05:30
Ryan Curtin f7cd038660 Merge pull request #2777 from zoq/ann-vtable
Swap boost::variant with vtable.
2022-04-28 19:00:58 -07:00
shubham1206agra ad4569213a temp sol to version issue 2022-04-28 19:32:14 +05:30
shubham1206agra 1bfa385663 initial fix by disabling go modules 2022-04-28 18:48:03 +05:30
shubham1206agra 1c1182301e force install pkgbuild 2022-04-28 12:46:18 +05:30
shubham1206agra 3cfbb4e65d cleanup 2022-04-28 12:36:51 +05:30
shubham1206agra feab906927 missing '/' added 2022-04-28 11:28:32 +05:30
shubham1206agra 577cc2d692 new directory structure using glob 2022-04-28 10:33:02 +05:30
Ryan Curtin 3eb8ae67ec Merge remote-tracking branch 'origin/master' into ann-vtable 2022-04-27 20:51:46 -04:00
Eshaan AgarwalandRyan Curtin 6f98ab7bc9 Fix style issues
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2022-04-27 17:58:10 -04:00
eshaanagarwal ac3097e875 fix error in size_t cast
Signed-off-by: eshaanagarwal <eshaan060202@gmail.com>
2022-04-27 17:58:10 -04:00
eshaanagarwal d03aafacf6 add parameter documentation in size checks 2022-04-27 17:58:10 -04:00
eshaanagarwal e55609d5be Add transpose parameter in size check 2022-04-27 17:58:10 -04:00
eshaanagarwal a485da2b71 fixed issues in styling 2022-04-27 17:58:10 -04:00
eshaanagarwal dff01492ed fixed styling issues 2022-04-27 17:58:10 -04:00
eshaanagarwal ca50361083 fix build issue by removing row vector assert condition 2022-04-27 17:58:10 -04:00
eshaanagarwal 5b7d36db85 fix failed build 2022-04-27 17:58:10 -04:00
eshaanagarwal 614f924a4e fixed redundancy in size-checks 2022-04-27 17:58:10 -04:00
eshaanagarwal f67c566a5f fix matrix completion size-checks 2022-04-27 17:58:10 -04:00
eshaanagarwal e1e2b5308b remove incorrect checks in adaboost 2022-04-27 17:58:10 -04:00
eshaanagarwal e5d701df32 fix size checks 2022-04-27 17:58:10 -04:00
eshaanagarwal 2656b300f9 fix styling issue
Signed-off-by: eshaanagarwal <eshaan060202@gmail.com>
2022-04-27 17:58:10 -04:00
eshaanagarwal ef4d293fed Add: size checks for kmeans and linear regression 2022-04-27 17:58:10 -04:00
eshaanagarwal 640dd0cde8 Add : Size checks for adaboost and matix completion
Signed-off-by: eshaanagarwal <eshaan060202@gmail.com>
2022-04-27 17:58:10 -04:00
Ryan Curtin 66bc9cbe00 Huh, I guess it is a new year. 2022-04-27 17:58:10 -04:00
Ryan Curtin 7b0c1e157b Update HISTORY. 2022-04-27 17:58:10 -04:00
Ryan Curtin e4be17defe Add test for KFoldCV and Perceptron. 2022-04-27 17:58:10 -04:00
Ryan Curtin a70437ffc3 Add constructor to Perceptron for weighted data for KFoldCV. 2022-04-27 17:58:10 -04:00
Ryan Curtin 9b86271002 Make Classify() set the output predictions' size. 2022-04-27 17:58:10 -04:00
Yashwants19 a35fc3b994 Upgrade Catch to 2.13.9 2022-04-27 17:58:10 -04:00
Omar ShritandMarcus Edel a1bb763729 Update src/mlpack/core/data/save_image.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2022-04-27 17:58:10 -04:00
Omar Shrit 57cec6f081 Apply @rcurtin modification to check STB version
Signed-off-by: Omar Shrit <omar@shrit.me>
2022-04-27 17:58:10 -04:00
Omar Shrit 8e34862cf6 Let us see inital try for STB test
Signed-off-by: Omar Shrit <omar@shrit.me>
2022-04-27 17:58:10 -04:00
Omar Shrit afcc862ced Adding the missing starts, shitty regexp
Signed-off-by: Omar Shrit <omar@shrit.me>
2022-04-27 17:58:10 -04:00
Omar Shrit 0c076cca19 Finish this PR
Signed-off-by: Omar Shrit <omar@shrit.me>
2022-04-27 17:58:09 -04:00
Omar Shrit b26f2d2a15 Refactor save_image into save_image_impl finally done!!
Signed-off-by: Omar Shrit <omar@shrit.me>
2022-04-27 17:57:33 -04:00
Omar Shrit 8fffbd55fa Adjust namespace of mlpack::Log
Signed-off-by: Omar Shrit <omar@shrit.me>
2022-04-27 17:57:33 -04:00