Commit Graph
29147 Commits
Author SHA1 Message Date
Ryan Curtin 620c112e44 Merge pull request #3579 from rcurtin/python-includes-and-pkgconfig
Add include files and configured pkgconfig file to Python distribution
2023-12-18 13:16:58 -05:00
Ryan Curtin 03c0c6a382 Merge pull request #3570 from rcurtin/remove-old-round
Remove no-longer-needed round() implementation for MSVC
2023-12-16 17:27:28 -05:00
Ryan Curtin 79b2459c94 Add include files and configured pkgconfig file to Python distribution. 2023-12-15 23:08:27 -05:00
Ryan Curtin 2f5cd5844f Merge pull request #3575 from rcurtin/multihead-attention-fix-doc
Fix documentation for `MultiheadAttention`
2023-12-15 14:58:03 -05:00
Omar Shrit bbeb2c951b Merge pull request #3567 from shrit/float_knn
Change the template type from arma::mat to MatType in NS
2023-12-13 18:13:04 +01:00
Ryan Curtin 225b35726d Fix documentation. 2023-12-12 13:58:30 -05:00
Omar Shrit 8846579107 Fix arma::vec to arma::Col<ElemType>
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-12-11 23:24:29 +01:00
Omar Shrit 63e512ef2e Fix the declarations for the knn float
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-12-11 22:36:26 +01:00
Omar Shrit 2f3fde220b Add a float tests, fix the distances in the rules search
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-12-07 19:57:19 +01:00
Ryan Curtin 246a90554a Update HISTORY.md. 2023-12-04 16:29:49 -05:00
Ryan Curtin d22c213c24 Remove no-longer-needed round() implementation for MSVC. 2023-12-04 16:26:48 -05:00
Ryan Curtin 3a1b032e60 Merge pull request #3554 from rabbabansh/master
feat: add accuracy measure for mlpack_logistic_regression
2023-12-04 11:23:05 -05:00
Omar Shrit a3dcfc70ab Let us hope that this will pass for sparse matrices
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-12-03 21:10:16 +01:00
Omar Shrit b70e42cd38 Change the template type from arma::mat to MatType in NS
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-12-03 15:42:27 +01:00
Ansh Babbar afd6d88d2d Update HISTORY.md
At the time of the beginning of this issue, this was a part of the previous release but it didn't get merged in time to be a part of that release ahah. 

Fixed it!
2023-12-01 04:53:35 +05:30
Ryan Curtin 65abfb5c60 Merge pull request #3560 from rcurtin/adaboost-doc
Documentation for `AdaBoost` and `Perceptron`
2023-11-30 12:56:15 -05:00
Ansh Babbar a4c28e79ca Merge branch 'mlpack:master' into master 2023-11-30 08:34:35 +05:30
James J Balamuta bf70ccc6ca Merge pull request #3350 from rcurtin/rf-doc
Markdown documentation for `DecisionTree`, `DecisionTreeRegressor`, and `RandomForest`
2023-11-29 13:29:13 -07:00
Ryan Curtin 7edaee6de4 Fix parameter documentation for DecisionTreeRegressor. 2023-11-29 09:57:09 -05:00
Ansh Babbar c1d1826863 fix test 2023-11-29 09:52:19 +05:30
Ansh Babbar 48456f2ca3 fix test 2023-11-29 02:26:37 +05:30
Ansh Babbar a602816ce7 Revert "fixed"
This reverts commit cd71fbbadb.
2023-11-29 02:23:50 +05:30
Ansh Babbar cd71fbbadb fixed 2023-11-28 10:34:45 +05:30
Ryan Curtin bbde929772 Merge pull request #3563 from rcurtin/py-split-doc-fix
Fix call to preprocess_split() in generated documentation.
2023-11-27 18:58:35 -05:00
Ryan Curtin 357f3ee5fb Remove unnecessary text. 2023-11-27 16:52:25 -05:00
Ryan Curtin 3dfccb225f Fix history. 2023-11-27 13:45:58 -05:00
Ryan Curtin 0b98875583 Merge remote-tracking branch 'origin/master' into py-split-doc-fix 2023-11-27 13:45:43 -05:00
Ryan Curtin e92eb6d1ff Add new block for next release to HISTORY.md. 2023-11-27 13:27:20 -05:00
Ryan Curtin c8726ff2ee Update and release version 4.3.0. 2023-11-27 13:27:20 -05:00
Ansh Babbar b0ba3b67ea Merge branch 'master' into master 2023-11-25 12:40:49 +05:30
Ansh Babbar 7292509d7f add suggestions 2023-11-25 03:26:36 +05:30
Ansh BabbarandRyan Curtin 4124230c3f update spacing
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-25 03:03:03 +05:30
Ryan Curtin 69f05f093d Update HISTORY. 2023-11-24 12:31:56 -05:00
Ryan Curtin ca8ffcd796 Fix call to preprocess_split() in generated documentation. 2023-11-24 12:26:58 -05:00
Ryan Curtin 9b8797711c Fully qualify data:: uses so that using namespace mlpack isn't needed. 2023-11-22 14:03:15 -05:00
Ryan Curtin 2901263636 Merge branch 'rf-doc' into adaboost-doc 2023-11-22 14:02:28 -05:00
Ryan Curtin 1a365ba906 Merge remote-tracking branch 'origin/master' into rf-doc 2023-11-22 14:01:58 -05:00
Ryan Curtin fbec0f2a34 Fully qualify all data:: calls so using namespace mlpack isn't needed. 2023-11-22 14:01:48 -05:00
Ryan Curtin 751ba46521 Merge pull request #3557 from rcurtin/additional-cxx17-msvc-doc-fix
Remove other uses of /Zc:__cplusplus in the documentation.
2023-11-22 08:48:24 -05:00
Ryan Curtin 1839274ebb Merge pull request #3547 from akropp/adapt_multihead
Adapt MultiheadAttention and LayerNorm to new Layer interface
2023-11-22 08:46:15 -05:00
Adam KroppandRyan Curtin cb7c6d32e1 Update HISTORY.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-20 15:11:14 -05:00
Adam KroppandRyan Curtin 27eae7c149 Update HISTORY.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-20 15:11:01 -05:00
Adam KroppandRyan Curtin 0f7f472da6 Update src/mlpack/methods/ann/ffn_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-20 15:10:51 -05:00
Adam KroppandRyan Curtin 7bce96af3f Update src/mlpack/methods/ann/ffn_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-20 15:10:43 -05:00
Ansh Babbar 2136e71844 Fix test 2023-11-17 17:40:34 +05:30
Adam Kropp df248103aa Merge branch 'adapt_multihead' of https://github.com/akropp/mlpack into adapt_multihead 2023-11-16 13:46:51 -05:00
Adam Kropp 8e0039d3b3 Update HISTORY.md 2023-11-16 13:46:47 -05:00
Adam Kropp 511fe6970b Add author lines
Added to the files where I made meaningful logic changes.
2023-11-16 13:46:40 -05:00
Adam KroppandRyan Curtin 0d4eb701f9 Update src/mlpack/methods/ann/layer/multihead_attention.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:19:22 -05:00
Adam KroppandRyan Curtin 13cb8c2260 Update src/mlpack/methods/ann/layer/multihead_attention.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:19:06 -05:00