Rishabh Garg
cc092e330c
Added documentation
2021-10-20 13:36:32 +05:30
Rishabh Garg
c6350424e8
Made corresponding changes to DecisionTree class
2021-10-20 13:29:02 +05:30
Rishabh Garg
c1180b6bad
Change splitPointOrPrediction into a union
2021-10-06 17:30:59 +05:30
Rishabh Garg
ed0fe029e5
Merge branch 'master' of https://github.com/mlpack/mlpack
2021-10-06 16:21:49 +05:30
Himanshu Pathak
5d7304677f
Adding copy constructor in convolution layer ( #3067 )
...
* Adding copy constructor in convolution layer
* Adding space in the end
* Adding Spaces
2021-10-05 09:05:59 +05:30
Marcus Edel
1ed59878da
Merge pull request #3068 from shrit/fix_readme
...
Add a missing line for Redhat installation instruction.
2021-10-04 12:48:00 -04:00
Omar Shrit
f7ebbea36b
Add a missing line for Redhat installation
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-10-03 20:16:55 +01:00
Ryan Curtin
db641c20e6
Merge pull request #3065 from mlpack/cli11-header-updates-2.1.1
...
Upgrade CLI11 to 2.1.1
2021-10-01 20:14:57 -04:00
Yashwants19
aa67a91e11
Upgrade CLI11 to 2.1.1
2021-10-01 10:00:30 +00:00
Omar Shrit
9bbd7acca5
Merge pull request #3062 from shrit/clean_reorder_warning
...
Clean reorder warning
2021-09-28 17:08:15 +02:00
Omar Shrit
950064639b
Fix the second reorder warning error
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-09-26 22:32:39 +01:00
Omar Shrit
fe64277743
Fix first reorder error
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-09-26 22:30:18 +01:00
Aakash kaushik
a5b0b4409c
Merge pull request #3061 from shrit/remove_unused_paramater
...
Remove ar parameter to avoid the warning
2021-09-26 09:57:48 +05:30
Omar Shrit
b21f30720a
Remove ar parameter to avoid the warning
...
Serialization is not used in this layer, therefore the warning of
unused parameter is becoming annoying when trying to compile the
mlpack_test making it impossible to find different errors in small
terminal. Since we are using boost_visitor, the unfolding of layers
is taking several pages of terminal to print this small warning.
Hoping that this will mitigate one of the warning.
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-09-23 23:19:09 +01:00
Omar Shrit
7ffc8088ef
Disable autodownload by default ( #2953 )
...
* Disable autodownload be default
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-09-22 23:05:50 +05:30
Ryan Curtin
f0a669404f
Merge pull request #3034 from rcurtin/r-duplicate-model-fix
...
Attempt to fix double-free of XPtrs for R bindings
2021-09-20 17:52:56 -04:00
Marcus Edel
18f42586cd
Merge branch 'master' into r-duplicate-model-fix
2021-09-18 12:07:40 -04:00
jeffin sam
acdbf4ca41
Merge pull request #3047 from swaingotnochill/split-data
...
Add checks for labels and input sizes for split function
2021-09-16 22:40:56 +05:30
Ryan Curtin
45de6e11e4
Merge pull request #3056 from shrit/clean_io_impl
...
Remove io_impl empty file
2021-09-09 20:53:44 -04:00
Omar Shrit
030e669e45
Remove io_impl empty file
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2021-09-09 21:06:22 +02:00
Roshan Swain
b57e8cab54
fixed size check test
2021-09-04 20:48:18 +05:30
Roshan Swain
34030e8034
fixed matrix label type
2021-09-04 20:44:13 +05:30
Ryan Curtin
e02ab3be54
Document Armadillo version policy. ( #3048 )
2021-09-01 02:31:50 +02:00
Marcus Edel
bee9b848dd
Bump minimum Armadillo version to 9.800 ( #3043 )
2021-08-31 15:41:25 +02:00
Roshan Swain
ba90e9bb11
add checks for labels and input sizes for split function
2021-08-31 15:50:20 +05:30
jeffin sam
c9b6057bd0
Merge pull request #3045 from vincent-courson/Addapt_mlpackFindPackage
...
Change CMAKE_SOURCE_DIR to CURRENT_SOURCE for easily import mlpack in Project
2021-08-30 21:36:33 +05:30
Vincent Courson
77cd3efcc7
Change CMAKE_SOURCE_DIR to CURRENT_SOURCE for easily import mlpack in Project
2021-08-30 03:38:07 +02:00
abh2k and Abhinav-Aidash
7c99839e51
group norm implementation ( #3028 )
...
* Add Group norm layer implementation.
Co-authored-by: Abhinav-Aidash <85210822+Abhinav-Aidash@users.noreply.github.com >
2021-08-24 14:59:42 -04:00
Ryan Curtin
4c40e4e5fb
Only use one core to build.
2021-08-18 10:32:28 -04:00
Ryan Curtin
33cf3736cb
Oops, fix compression option.
2021-08-17 16:01:18 -04:00
Ryan Curtin
57271580ac
Oops, it's a .gz.
2021-08-17 15:09:12 -04:00
Ryan Curtin
335d30c10d
Switch URL of Armadillo.
2021-08-17 12:05:28 -04:00
Ryan Curtin
d936476b84
Are we using the wrong generator?
2021-08-17 11:44:44 -04:00
Ryan Curtin
720d107605
Fix bad merge function name.
2021-08-17 10:22:47 -04:00
Ryan Curtin
0994b08419
Merge remote-tracking branch 'origin/master' into r-duplicate-model-fix
2021-08-17 10:21:45 -04:00
Ryan Curtin
499f9d81d6
Merge pull request #3036 from rcurtin/threadsafe-io-history-update
...
Update HISTORY for threadsafe-io branch
2021-08-16 18:58:10 -04:00
Ryan Curtin
d3bb846726
Update HISTORY for threadsafe-io branch.
2021-08-16 16:44:49 -04:00
Ryan Curtin
078854c05e
Merge remote-tracking branch 'origin/master' into r-duplicate-model-fix
2021-08-16 16:42:40 -04:00
jeffin sam
3f82130618
Merge pull request #2345 from iamshnoo/multilabel_softmargin_loss
...
Adding MultiLabel SoftMargin Loss
2021-08-15 00:37:24 +05:30
jeffin sam
bf61e977fd
Merge branch 'master' into multilabel_softmargin_loss
2021-08-14 20:32:26 +05:30
jeffin sam
91ab39da42
Merge pull request #2995 from rcurtin/threadsafe-io
...
Threadsafe parameter handling for bindings
2021-08-14 20:18:44 +05:30
Ryan Curtin
ff73e7c363
Update HISTORY.md.
2021-08-13 21:36:32 -04:00
Ryan Curtin
eb0eae880e
Attempt to fix double-free of XPtrs.
2021-08-13 21:26:57 -04:00
Ryan Curtin
0bc423c1c9
Remove unused methods.
2021-08-12 13:15:14 -04:00
Ryan Curtin
db86906acd
Merge pull request #3032 from mlpack/boost-version-updates
...
Upgrade Boost Version in CMake script.
2021-08-12 12:56:42 -04:00
zoq
476d6f25a3
Upgrade Boost Version in CMake script.
2021-08-12 10:05:10 +00:00
Rishabh Garg
1a12a59b84
Merge branch 'master' of https://github.com/mlpack/mlpack
2021-08-11 16:40:29 +05:30
Ryan Curtin
7176ce8d62
Fix spacing.
2021-08-02 17:48:57 -04:00
Ryan Curtin
f387a6d708
Oops, don't forget ( to open the tuple.
2021-08-02 15:37:09 -04:00
jeffin sam
e6c8f7dec0
Merge pull request #3026 from mlpack/catch-header-updates-2.13.7
...
Upgrade Catch to 2.13.7
2021-08-02 23:35:33 +05:30