Yashwants19
97f7115b4a
Upgrade CLI11 to 2.4.2
2024-05-17 10:00:34 +00:00
Ryan Curtin
d7b3a4a942
Merge pull request #3705 from rcurtin/remove-deprecated-adaboost-argument
...
Remove deprecated functionality
2024-05-16 10:20:05 -04:00
Omar Shrit
c219641ef8
Merge pull request #3693 from shrit/coot_17
...
coot 17: Refactor MakeAlias to make it compatible with bandicoot
2024-05-16 12:14:07 +02:00
Ryan Curtin
832a3e4e7a
Fix name of output parameter in documentation.
2024-05-15 18:29:17 -04:00
Ryan Curtin
e851d0367e
Fix sometimes-failing LARS tests ( #3701 )
2024-05-15 15:13:38 +02:00
Omar Shrit and Ryan Curtin
58970a51f1
Update doc/user/core.md
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-05-15 11:54:32 +02:00
Ryan Curtin
c4ac51fd7f
Remove deprecated functionality.
2024-05-14 20:13:20 -04:00
Omar Shrit
eef5b684a8
Fix the comments as requested
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-05-14 20:36:46 +02:00
Omar Shrit
0f2bc5cb0a
Update Core with new MakeAlias signature
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-05-14 12:25:34 +02:00
Luca Parisi
d859eb4af2
add reference for hyper-sinh function
2024-05-06 13:33:58 +02:00
Omar Shrit
5960f23237
Merge branch 'coot_17' of github.com:shrit/mlpack into coot_17
2024-05-03 18:15:02 +02:00
Omar Shrit
64a3900f5d
Fix the function call
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-05-03 18:13:14 +02:00
Ryan Curtin
8af7aae490
Merge pull request #3694 from rcurtin/r-verbose-test
...
Test "verbose" option for R.
2024-04-29 14:44:42 -04:00
Omar Shrit and Ryan Curtin
f229e4b2d1
Update src/mlpack/methods/ann/rnn_impl.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-04-26 17:22:25 +02:00
Ryan Curtin
3f77098283
Merge pull request #3697 from franramirez688/add_conan_instructions
...
docs: Add Conan Installation steps (quickstart)
2024-04-26 09:37:04 -04:00
Francisco Ramírez
eefdb0e2d0
Update doc/quickstart/cpp.md
2024-04-25 15:58:51 +02:00
Francisco Ramirez de Anton
7658eea9c2
Added Conan set-up steps
2024-04-25 13:22:22 +02:00
Ryan Curtin
ed77e91af3
Make sure that the test binding actually makes any output at all!
2024-04-24 12:32:13 -04:00
James J Balamuta
7d54cfbccf
Update src/mlpack/bindings/R/mlpack/tests/testthat/test-R_binding.R
2024-04-23 12:38:25 -07:00
James J Balamuta
7275f7d150
Update src/mlpack/bindings/R/mlpack/tests/testthat/test-R_binding.R
2024-04-23 12:38:19 -07:00
James J Balamuta
4dc080f0ca
Update src/mlpack/bindings/R/mlpack/tests/testthat/test-R_binding.R
2024-04-23 12:38:11 -07:00
Omar Shrit
3164cf68b2
Add tests are passing with no problem
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-23 16:53:16 +02:00
Omar Shrit
30c88bcec6
Use the Output type with SFINAE
...
The input in some cases can be a matrix and the output should b a cube,
if we are selecting the overload based on the input type then the offset
will point to the wrong memeory location
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-23 16:02:15 +02:00
Omar Shrit and Ryan Curtin
5e98e3f0d2
Update src/mlpack/core/math/make_alias.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-04-23 11:06:32 +02:00
Omar Shrit and Ryan Curtin
b14a872162
Update src/mlpack/core/math/make_alias.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-04-23 11:06:26 +02:00
Omar Shrit and Ryan Curtin
d164b281d6
Update src/mlpack/core/math/make_alias.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-04-23 11:06:20 +02:00
Ryan Curtin
b3ddc0257f
Merge pull request #3688 from rcurtin/nmf-doc
...
Documentation for `NMF` plus some bugfixes
2024-04-22 17:06:02 -04:00
Ryan Curtin
aeac9cd9b0
Just one more sanity check test.
2024-04-22 16:03:11 -04:00
Ryan Curtin
734c834ed1
Test "verbose" option for R.
2024-04-22 16:00:20 -04:00
Ryan Curtin
3607ac8cf1
Merge pull request #3635 from rcurtin/fix-windows-build-the-usual
...
Attempt to fix Windows build
2024-04-22 15:25:36 -04:00
Omar Shrit
7a363cb210
Fix the slices MakeAlias, this is compiling on my end, tests are not passing yet
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-21 12:51:30 +02:00
Omar Shrit
09b332219b
Adding some forgetten refactoring around
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 18:58:40 +02:00
Omar Shrit
04a3ed4f28
Fix the missing parts inside method
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 18:23:21 +02:00
Omar Shrit
de747c38e3
Regexp weights1.memptr() to wieghts1
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 18:12:10 +02:00
Omar Shrit
226acf5b55
Remove memptr from tests
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 18:11:20 +02:00
Omar Shrit
4af7f4847d
Fix const and SFINAE signature for all of these functions
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 18:05:53 +02:00
Omar Shrit
f9e3eba6c2
Fix the SetWeights function globally
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 16:11:32 +02:00
Omar Shrit
e303c5a9f7
Fix SetWeight, and variable name
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 16:05:56 +02:00
Omar Shrit
ffb9c5f65c
Initial refactoring for a set of MakeAlias, not finished yet
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-19 21:36:29 +02:00
Omar Shrit
0415de38d6
Just a prototype for the new function signature
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-19 20:32:04 +02:00
Omar Shrit
f32567fdbf
Merge pull request #3690 from shrit/coot_16
...
Move to `MatType` in bias svd
2024-04-19 13:02:57 +02:00
Ryan Curtin
ec9a6ce2d4
Merge branch 'master' into fix-windows-build-the-usual
2024-04-18 09:52:06 -04:00
James J Balamuta
e4ab99df3c
Merge pull request #3691 from rcurtin/r-binding-verbose
...
Fix `verbose` for R bindings
2024-04-17 22:27:21 -07:00
Ryan Curtin
a0e06d9d00
Update HISTORY.
2024-04-17 16:48:08 -04:00
Ryan Curtin
bce98510e1
Remove now-unneeded macro since we are not using Boost anymore.
2024-04-17 16:40:49 -04:00
Ryan Curtin
86ccccc1f9
Handle verbose directly inside the binding function so we access the correct Log::Info.
2024-04-17 16:40:22 -04:00
Ryan Curtin
f707299982
Clarify tradeoffs of rank selection.
2024-04-16 18:21:11 -04:00
Omar Shrit
ef7779f27f
Adding the missing template parameter
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-16 18:51:35 +02:00
Omar Shrit
abda56982e
move to MatType in bias svd
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-16 18:45:33 +02:00
Ryan Curtin
3e2a677704
Merge pull request #3689 from rcurtin/adaboost-table-fix
...
Fix `AdaBoost` constructor parameter table
2024-04-16 09:25:12 -04:00