Commit Graph
29997 Commits
Author SHA1 Message Date
Ryan Curtin ef52b3fad6 Make sure a model is saved before the next example loads one. 2024-07-01 15:32:36 -04:00
Ryan Curtin 9f320eaeda Print the program that failed when it fails (for easier debugging). 2024-07-01 15:32:23 -04:00
Ryan Curtin 9d81702642 Ignore 503s since they are supposed to be temporary. 2024-07-01 10:57:29 -04:00
Ryan Curtin 8d732b438f Update Jupyter notebook example links. 2024-07-01 10:35:05 -04:00
Ryan Curtin dbf8af85ee Merge pull request #3649 from nikolay-apanasov/best-categorical
Added `BestBinaryCategoricalSplit` splitter for `DecisionTree`.
2024-06-28 11:45:04 -04:00
nikolay apanasovandRyan Curtin 23d9e2769b Updated DecisionTree documentation for BestBinaryCategoricalSplit.
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-06-27 23:37:12 -07:00
nikolay apanasovandRyan Curtin 17f8eab748 Applied suggestions from code review.
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-06-27 23:37:12 -07:00
nikolay apanasov c4d0aab14f Added BestBinaryCategoricalSplit splitter for DecisionTree. 2024-06-27 23:37:12 -07:00
Ryan Curtin 98b5bdf42d Merge pull request #3739 from rcurtin/metric-doc
Document distance metrics (and rename them)
2024-06-26 09:45:05 -04:00
Ryan Curtin 06cb3982ff Fix developer.md code build. 2024-06-25 10:24:16 -04:00
Ryan Curtin f34c15dc6c Minor assorted spacing fixes. 2024-06-21 16:51:39 -04:00
Ryan Curtin 5a5195c5c2 Fix all kinds of spacing mistakes. 2024-06-21 11:20:44 -04:00
Ryan CurtinandOmar Shrit fad537eb5f Update src/mlpack/methods/lmnn/lmnn.hpp
Co-authored-by: Omar Shrit <omar@shrit.me>
2024-06-21 11:16:48 -04:00
Ryan CurtinandOmar Shrit e5c8d5467e Update src/mlpack/methods/nca/nca.hpp
Co-authored-by: Omar Shrit <omar@shrit.me>
2024-06-21 11:16:19 -04:00
Ryan Curtin 4e06684e6d Merge remote-tracking branch 'origin/master' into metric-doc 2024-06-17 11:04:11 -04:00
Marcus Edel 822c499f5d Merge pull request #3743 from kumarutkarsh1248/utkarsh-branch
Getters and setters for the epsilon, gamma, and beta parameters of BatchNorm.
2024-06-17 10:37:35 -04:00
kumar utkarsh 95f76a22f9 slight modification 2024-06-17 15:52:02 +05:30
kumar utkarsh 33819ac51d Revert "removed unnecessary deletion of layer inside destructor of multilayer class"
This reverts commit 0428af53fa.
2024-06-17 11:24:30 +05:30
kumar-utkarsh0317 6a2bf0204e added getter and setter methods for epsilon, gamma and beta values in batchnormalization 2024-06-17 05:59:33 +05:30
Ryan Curtin 141790ce20 More links to fix... 2024-06-16 11:52:27 -04:00
Ryan Curtin 501620b622 Fix one more incorrect link. 2024-06-16 11:07:42 -04:00
Ryan Curtin 982675b751 Fix some links that are not present on the new website. 2024-06-16 10:00:52 -04:00
Ryan Curtin 3d655b05c5 Include missing header. 2024-06-15 20:24:33 -04:00
Ryan Curtin 1c8d0fbb3c BallBound does not accept an instantiated metric so this test cannot work. (It didn't anyway.) 2024-06-15 11:09:15 -04:00
Ryan Curtin f6686af6b3 Add IoUDistance. 2024-06-14 20:44:46 -04:00
Ryan Curtin 945bce3865 Add distances.hpp. 2024-06-14 20:06:29 -04:00
Ryan Curtin 4ad3957bba Merge remote-tracking branch 'origin/master' into metric-doc 2024-06-14 15:39:32 -04:00
Ryan Curtin 8133c058a0 Fix minor documentation rendering issues. 2024-06-14 15:37:27 -04:00
Ryan Curtin de0a06395b Fix compilation warning. 2024-06-14 15:15:25 -04:00
Ryan Curtin cccf60d974 Move metrics to distances/ and dists to distributions/. And adapt... everything. 2024-06-14 15:14:48 -04:00
Ryan Curtin 51851ec47e Merge pull request #3737 from rcurtin/kernel-links
Update list of kernels to use links
2024-06-14 06:58:01 -06:00
Ryan Curtin 8cc41554d8 Merge pull request #3732 from rcurtin/deprecated-cleanup
Use C++14 [[deprecated]] instead of mlpack_deprecated.
2024-06-12 08:30:36 -06:00
Ryan Curtin 7c0fc71f0c Update list of kernels to use links. 2024-06-12 09:09:48 -04:00
Ryan Curtin e9bf5665c9 Merge pull request #3729 from rcurtin/amf-doc
Document `AMF`
2024-06-11 06:08:59 -06:00
Ryan Curtin 312a476e98 Oops, re-add HISTORY.md. 2024-06-10 15:29:27 -04:00
Ryan Curtin 4496714de9 Merge remote-tracking branch 'origin/master' into amf-doc 2024-06-10 15:29:03 -04:00
Ryan Curtin bd39cfab35 Oops, we have to rebuild the Markdown bindings to update the documentation. 2024-06-10 13:26:15 -04:00
Ryan Curtin 700870ce12 Switch KPCA PDF to something hosted by mlpack.org. 2024-06-10 11:14:13 -04:00
Ryan Curtin 5e2d333477 Merge pull request #3733 from shrit/fix_const
Fix the warning from the additional const
2024-06-10 07:09:53 -06:00
Omar Shrit f0a2581015 Fix the warning
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-06-10 14:04:24 +02:00
Ryan Curtin c27a4c9a78 Merge remote-tracking branch 'origin/master' into deprecated-cleanup 2024-06-10 07:49:36 -04:00
Ryan Curtin 0372a84cba Merge pull request #3730 from rcurtin/fix-pch-compile-time
Attempt to fix slow precompiled header test compilation time
2024-06-10 05:48:13 -06:00
Ryan Curtin 8566c4476c Attempt to work around Windows build failure that is unrelated to PCH. 2024-06-09 21:00:13 -04:00
Ryan Curtin 892d57ef75 Use C++14 [[deprecated]] instead of mlpack_deprecated. 2024-06-09 16:08:44 -04:00
Ryan Curtin 69c458bbfd Oops, add missing file. 2024-06-09 16:00:07 -04:00
Ryan Curtin ea8cabbfbd Revert to previous working CMake PCH configuration on Windows. 2024-06-09 15:14:58 -04:00
Ryan Curtin d69bfa3ba2 Can't precompile catch.hpp on Windows if main.cpp is using PCH. 2024-06-09 13:14:26 -04:00
Ryan Curtin 05392ec83c Try to fix Windows segfault. 2024-06-08 22:24:03 -04:00
Ryan Curtin 7008506f05 Try to fix Windows build. 2024-06-08 12:01:57 -04:00
Ryan Curtin 1bf9350c14 Try to fix PCH for Windows build. 2024-06-07 21:04:05 -04:00