Commit Graph
16129 Commits
Author SHA1 Message Date
Omar Shrit bfd6b4db8d Merge branch 'master' into float_dbscan 2023-12-13 18:16:49 +01: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
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 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 f7d1dd78a4 Change the double distance vector to the ElemType
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-12-03 20:41:22 +01:00
Omar Shrit 7ec132ca5e Change the centroids type to MatType instead of Mat<double>
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-12-03 16:16:13 +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
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
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 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 ca8ffcd796 Fix call to preprocess_split() in generated documentation. 2023-11-24 12:26:58 -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
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 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
Adam KroppandRyan Curtin def2346094 Update src/mlpack/methods/ann/layer/multihead_attention.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:18:53 -05:00
Adam KroppandRyan Curtin 2328247445 Update src/mlpack/methods/ann/layer/multihead_attention_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:18:42 -05:00
Adam KroppandRyan Curtin 27ad35c5ca Update src/mlpack/methods/ann/layer/layer_norm.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:18:31 -05:00
Adam KroppandRyan Curtin 130b075d2e Update src/mlpack/methods/ann/activation_functions/hard_swish_function.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-16 09:18:20 -05:00
Adam Kropp 74f42a4e1b Fix bug with old armadillo version 2023-11-16 09:04:41 -05:00
Adam Kropp 8ad2e225da Temporary debugging spew to see why this fails in azure 2023-11-15 10:17:32 -05:00
Adam Kropp 677a6d8487 input dimension size calc was wrong in Reset() 2023-11-15 10:17:02 -05:00
Ryan Curtin bcd51d2f1e Fix other use of cereal macro not available in older versions. 2023-11-15 08:55:36 -05:00
Ryan Curtin dd91888b57 Correct handling for older cereal versions. 2023-11-15 08:53:36 -05:00
Adam Kropp d90282abf5 Update elish_function.hpp 2023-11-14 10:25:38 -05:00
Adam Kropp fdb29d3a73 Update elish_function.hpp 2023-11-14 10:11:50 -05:00
Adam Kropp b788e4a8f2 Perf improvement 2023-11-14 10:03:20 -05:00
Adam Kropp a389184f48 Update elish_function.hpp 2023-11-14 07:32:13 -05:00
Ansh Babbar 845f08300e Merge branch 'master' into master 2023-11-14 13:58:04 +05:30
Ansh BabbarandRyan Curtin 9f0bc8e0c5 Make the test better
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-11-14 13:50:24 +05:30
Adam Kropp 62cedfdb4b Fix conditionals 2023-11-13 18:11:28 -05:00
Ryan Curtin a388e56294 Fix test values. 2023-11-13 17:02:02 -05:00