Commit Graph
25908 Commits
Author SHA1 Message Date
Ryan Curtin 0eef8d1aa9 Merge pull request #2823 from zoq/optimizer-test-remove
Remove no longer used test
2021-02-04 10:18:33 -05:00
Marcus Edel b63ca7d0ee Merge pull request #2772 from rcurtin/reset-cells-zero
Make sure all state values are set to zero on reset.
2021-02-03 23:33:54 +01:00
Ryan Curtin 71bdbb292b Merge pull request #2807 from rxng8/adamodel-move-assign
Static error: fix static error for list of classes
2021-02-02 21:13:22 -05:00
Marcus Edel 2d98d2ac9a Test file is no no longer used. 2021-02-03 01:03:11 +01:00
Ryan Curtin 041617d33c Merge pull request #2787 from NippunSharma/sanity_checks
added check_input_matrices option to python bindings
2021-02-01 21:23:24 -05:00
Alex Nguyen e730d21d01 Merge remote-tracking branch 'upstream/master' into adamodel-move-assign 2021-02-01 17:22:53 -05:00
Ryan Curtin dbabde9691 Merge pull request #2534 from rcurtin/negative-log-likelihood-numclasses
Use 0 to numClasses - 1, not 1 to numClasses in NegativeLogLikelihood
2021-01-30 11:24:17 -05:00
NippunSharma 9a3815fc14 changed name to PARAM 2021-01-29 18:08:37 +05:30
Nippun SharmaandRyan Curtin 23c39033de Update src/mlpack/core/util/io.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-01-29 18:04:40 +05:30
Alex Nguyen 8b6d068913 next static code fix 2021-01-29 01:59:45 -05:00
Alex Nguyen 53571929d5 next static code fix 2021-01-29 01:05:49 -05:00
Alex Nguyen b89b9fa46d Merge remote-tracking branch 'upstream/master' into adamodel-move-assign 2021-01-29 01:05:30 -05:00
Alex NguyenandRyan Curtin d7bc9e3648 Update src/mlpack/core/tree/hrectbound_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-01-29 00:04:59 -05:00
Ryan Curtin 5dd135b551 Fix (hopefully) last test. 2021-01-28 20:22:59 -05:00
Marcus Edel 0168d5883a Merge pull request #2770 from Anmol2001/master
Adding another overload member function of PCA::Apply().
2021-01-28 20:04:11 +01:00
Ryan Curtin b48ba3e77d Normalize labels of thyroid data. 2021-01-28 14:03:33 -05:00
NippunSharma 3664422c39 added comments 2021-01-28 13:23:23 +05:30
NippunSharma 5b76b2f5e7 changed PARAM_IN_WITH_NAME to PARAM_COMPLETE and editted other macros 2021-01-28 13:02:19 +05:30
Ryan Curtin 46281ee3ef Update HISTORY and ANN tutorial. 2021-01-27 19:20:44 -05:00
Ryan Curtin a5071d0fdb Merge remote-tracking branch 'origin/master' into negative-log-likelihood-numclasses 2021-01-27 19:17:56 -05:00
Marcus Edel ceb5bc19c7 Merge pull request #2781 from Abilityguy/MultiplyLayers
Added Copy and Move constructors to Multiply Layers.
2021-01-27 22:51:25 +01:00
NippunSharma 0914fe9439 added PARAM_IN_WITH_NAME 2021-01-27 16:01:41 +05:30
Alex NguyenandMarcus Edel dd8f73d246 Update src/mlpack/methods/amf/termination_policies/complete_incremental_termination.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-01-26 23:32:46 -05:00
Alex NguyenandMarcus Edel e2adf5ec7c Update src/mlpack/methods/amf/termination_policies/incomplete_incremental_termination.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-01-26 23:32:37 -05:00
Alex NguyenandMarcus Edel 28f369cb14 Update src/mlpack/core/tree/hrectbound.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-01-26 23:32:29 -05:00
Marcus Edel f1c5ed9cb0 Merge pull request #2813 from rcurtin/kmeans++
Add k-means++ initialization.
2021-01-27 00:01:49 +01:00
NippunSharma ab3110e089 minor change 2021-01-27 00:33:23 +05:30
NippunSharma 458b302c39 removed TUPLE_TYPE 2021-01-27 00:31:58 +05:30
NippunSharma 16ff91b60b made definition of TUPLE_TYPE inline 2021-01-26 21:58:03 +05:30
NippunSharma 7ec4058f35 removed size_t conditions from CheckInputMatrices() 2021-01-26 19:08:07 +05:30
NippunSharma f5b32bc890 removing size_t tests 2021-01-25 19:59:51 +05:30
Alex Nguyen b87df26470 Merge remote-tracking branch 'upstream/master' into adamodel-move-assign 2021-01-24 22:29:02 -05:00
Ryan Curtin 3890be60f1 Update tolerance. 2021-01-24 17:21:07 -05:00
Ryan Curtin f3a9942368 Merge pull request #2797 from rcurtin/python-custom-install
Add PYTHON_INSTALL_PREFIX CMake option
2021-01-24 16:35:50 -05:00
NippunSharma 954f3c490e fixing parameter types while checking 2021-01-25 00:51:57 +05:30
Marcus Edel b8ea817895 Merge pull request #2815 from shrit/remove_arma
Remove libarmadillo-dev, keep the manually installed one.
2021-01-24 17:30:22 +01:00
NippunSharma 0d31176db8 added check for unsigned matrix 2021-01-24 21:14:41 +05:30
Alex Nguyen d7dcdb6d44 Merge remote-tracking branch 'upstream/master' into adamodel-move-assign 2021-01-23 15:32:36 -05:00
NippunSharma 141b92d07c fixes 2021-01-24 00:57:00 +05:30
Omar Shrit 8cc834fe43 Remove lapack, it is not need, openblas should be enough
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-01-23 20:20:03 +01:00
NippunSharma 0c60d8c423 Merge branch 'sanity_checks' of https://github.com/NippunSharma/mlpack into sanity_checks 2021-01-24 00:37:10 +05:30
NippunSharma 723ecf82eb added more tests 2021-01-24 00:36:50 +05:30
Nippun SharmaandRyan Curtin 33af71dbce Update src/mlpack/core/util/io.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-01-24 00:35:21 +05:30
NippunSharma 654e6503d8 updated HISTORY.md 2021-01-23 19:57:18 +05:30
NippunSharma acc559f952 Merge branch 'master' of https://github.com/mlpack/mlpack into sanity_checks 2021-01-23 19:54:11 +05:30
NippunSharma 0e8e6f1ba1 simplification 2021-01-23 19:53:47 +05:30
Ryan Curtin 73a88bc854 Merge pull request #2814 from jeffin143/ceral-history
Add cereal library to history
2021-01-22 18:16:22 -05:00
Omar Shrit eba621e9cb Remove libarmadillo-dev from the path, keep the manually installed one
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-01-22 22:48:37 +01:00
jeffin samandMarcus Edel 22e3fb4bff Update HISTORY.md
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-01-23 01:40:33 +05:30
jeffin143 0c77578f47 Add cereal library to history 2021-01-22 21:18:33 +05:30