Commit Graph
27509 Commits
Author SHA1 Message Date
shubham1206agra 626f034ce5 added small comment 2022-04-29 12:43:08 +05:30
shubham1206agra 8b4e4c37c7 converted regression distribution to .hpp 2022-04-29 12:41:16 +05:30
shubham1206agra 623717a68e changed laplace distribution to .hpp 2022-04-29 12:28:58 +05:30
shubham1206agra 2a451e3047 converted guassian to .hpp 2022-04-29 12:10:55 +05:30
shubham1206agra 3d18d41a5e converted gamma distribution to .hpp 2022-04-29 11:56:33 +05:30
shubham1206agra 36f76a996a converted discrete distribution to .hpp 2022-04-29 11:35:08 +05:30
shubham1206agra e7201e27ec forgot to add inline :) 2022-04-27 13:04:12 +05:30
shubham1206agra abdb3c609d converted diagonal guassian distribution to .hpp 2022-04-27 12:52:42 +05:30
Omar Shrit fdc7af7a6a Merge pull request #3091 from shrit/header-only
mlpack Header only initiative
2022-04-17 11:13:01 +01:00
Omar ShritandMarcus Edel 10f722bc83 Update src/mlpack/core/data/save_image.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2022-04-16 21:40:15 +02:00
Ryan Curtin 3279ed3034 Merge pull request #3153 from zoq/atomic-llvm
Check if atomics need `-latomic` linking.
2022-04-16 09:45:49 -07:00
Omar Shrit eefb010434 Apply @rcurtin modification to check STB version
Signed-off-by: Omar Shrit <omar@shrit.me>
2022-04-16 16:20:14 +01:00
Marcus Edel 2ab6d44697 Merge pull request #3187 from mlpack/boost-version-updates
Upgrade Boost Version in CMake script.
2022-04-14 15:46:50 -04:00
zoq 3cad2018c0 Upgrade Boost Version in CMake script. 2022-04-14 10:05:15 +00:00
Ryan Curtin befe007a5f Merge pull request #3180 from LiuZhuojin/dev
Replace boost::heap::priority_queue with std::vector
2022-04-13 19:09:39 -07:00
LiuZhuojin edead61d17 Update contributor list 2022-04-14 09:53:55 +08:00
LiuZhuojin 44c8cff9a8 Replace boost::heap::priority_queue with std::vector 2022-04-13 09:33:03 +08:00
LiuZhuojin 538c9e798c Add vector and queue to standard includes 2022-04-13 00:40:08 +08:00
LiuZhuojin f26741f633 Replace boost::heap::priority_queue with std::vector 2022-04-13 00:38:40 +08:00
LiuZhuojin 9f95174313 Replace boost::heap::priority_queue with std::vector 2022-04-13 00:27:28 +08:00
LiuZhuojin 0c6958e08a Replace boost::heap::priority_queue with std::vector 2022-04-09 15:04:31 +08:00
LiuZhuojin 562f25f4ea Replace boost::heap::priority_queue with std::vector 2022-04-09 14:58:28 +08:00
LiuZhuojin ae69f60927 Replace boost::heap::priority_queue with std::vector 2022-04-08 13:53:10 +08:00
Marcus Edel de94eee688 Merge pull request #3177 from mlpack/cli11-header-updates-2.2.0
Upgrade CLI11 to 2.2.0.
2022-04-07 22:50:49 -04:00
Yashwants19 4dee90e10d Upgrade CLI11 to 2.2.0 2022-04-01 10:00:54 +00:00
Omar Shrit c4bb721ef5 Merge pull request #3132 from shubham1206agra/boo-rem
Removing Remaining Boost
2022-03-27 16:04:42 +01:00
shubham1206agra 7b12966f11 Removed static_cast as approx uses double anyway.
Fixing a typo in comments.
2022-03-24 10:30:53 +05:30
Marcus Edel 32af9968f2 Prettify C++ code used to check for atomic linkage. 2022-03-16 23:23:01 -04:00
Marcus Edel e964c7cba2 If we use MSVC no need to check for atomic. 2022-03-15 22:14:12 -04:00
Omar Shrit 8868c12060 Let us see inital try for STB test
Signed-off-by: Omar Shrit <omar@shrit.me>
2022-03-13 21:28:32 +00:00
Marcus Edel b5dfa9561b Merge pull request #3144 from hello-fri-end/fixLossFunctions
Fix bugs in ANN loss functions.
2022-03-10 22:40:54 -05:00
shubham1206agra 58a7d5abd7 removing extra line 2022-03-06 19:53:02 +05:30
shubham1206agra d805cadbe5 removing extra calls of set precision,
and removed unused code
2022-03-06 19:52:09 +05:30
shubham1206agra 074ab0f5c5 changing fn name acc to convention 2022-03-06 19:45:34 +05:30
hello-fri-end 1978faadbb apply documentation suggestion 2022-02-26 09:24:02 +05:30
hello-fri-end f5c80237c8 small fix in mean_bias_error 2022-02-25 19:46:33 +05:30
hello-fri-end cbe2982123 Should divide by target.n_elem and not predictions.n_elem in mean reduction 2022-02-25 18:13:55 +05:30
Shah Anwaar KhalidandMarcus Edel d74c03c40d apply suggestion
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2022-02-25 08:57:54 +05:30
Shah Anwaar KhalidandMarcus Edel cfef1a0df2 apply suggestion
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2022-02-25 08:57:39 +05:30
Shah Anwaar KhalidandMarcus Edel 825a3a35dc apply suggestion
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2022-02-25 08:57:26 +05:30
Shah Anwaar KhalidandMarcus Edel ef462f03cf apply suggestion
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2022-02-25 08:57:14 +05:30
Shah Anwaar KhalidandMarcus Edel 5f26cd444e apply suggestion
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2022-02-25 08:56:59 +05:30
Shah Anwaar KhalidandMarcus Edel a876744548 apply suggestion
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2022-02-25 08:56:34 +05:30
hello-fri-end be855fa29b Apply documentation suggestion to all loss functions 2022-02-24 10:51:12 +05:30
hello-fri-end d13ff3f4a8 Apply documentation suggestion to all loss functions 2022-02-22 09:41:27 +05:30
Marcus Edel aaf3f71734 Check if libatomic is bundled. 2022-02-20 21:15:50 -05:00
Ryan Curtin 7b7f721e84 Merge pull request #3086 from srimadhan11/roc-auc
add ROC AUC for binary classification
2022-02-20 20:36:20 -05:00
Sri Madhan 3a38be9f5a Merge branch 'master' into roc-auc 2022-02-19 18:09:58 +05:30
Sri Madhan M 56202ee7fc update contributors list 2022-02-19 18:08:20 +05:30
Sri Madhan M c236183961 add testcases comparison link 2022-02-19 18:05:17 +05:30