Commit Graph
26448 Commits
Author SHA1 Message Date
Ryan Curtin 303b3100b6 Actually I think I am getting close now... 2021-06-13 08:36:20 -04:00
Ryan Curtin 11e387881b Well it seems like maybe this strategy is working. 2021-06-12 08:30:02 -04:00
Ryan Curtin c4ab2c8dac Maybe reinstalling the ps package will help. 2021-06-11 20:11:20 -04:00
Ryan Curtin 10cd215769 Oops, I forced in the wrong place. 2021-06-11 17:08:11 -04:00
Ryan Curtin 220fc370b1 What if we force reinstallation? 2021-06-11 14:54:49 -04:00
Ryan Curtin 6d39a7095e Merge remote-tracking branch 'origin/master' into r-fix-attempt 2021-06-10 16:37:06 -04:00
Ryan Curtin 274f85525a Merge pull request #2976 from rcurtin/cmake-3.20-fix-maybe
Try to fix CI with CMake 3.20
2021-06-10 16:36:50 -04:00
Ryan Curtin 8d67c9dad4 Safer unpacking of Armadillo sources. 2021-06-10 11:41:48 -04:00
Ryan Curtin 7957eac1b8 I wonder if this will fix the issue? 2021-06-09 17:48:21 -04:00
Marcus Edel 66eecdc48d Merge pull request #2970 from rcurtin/julia-serialize-len
Julia: serialize the length of the model.
2021-06-08 22:08:56 -04:00
Ryan Curtin e9467cee01 Some more attempts to get more output. 2021-06-08 19:56:21 -04:00
Ryan Curtin a51db0bce3 I wonder if this will do anything? 2021-06-08 10:18:18 -04:00
Ryan Curtin b2581bdd65 Just disable the cache entirely because I failed to do it right last try... 2021-06-07 22:09:50 -04:00
Ryan Curtin 3a35be6d83 Maybe disable the cache? 2021-06-07 18:56:07 -04:00
Ryan Curtin d0e8351126 Update history. 2021-06-07 13:13:04 -04:00
Ryan Curtin 82fc7550cd Make sure that the length of the model is serialized too. 2021-06-07 13:07:50 -04:00
Marcus Edel 0259155841 Merge pull request #2964 from rcurtin/hoeffding_tree_empty_constructor
Better handling of empty Hoeffding trees.
2021-06-05 20:23:10 -04:00
Ryan Curtin e33ff06735 Merge pull request #2965 from rcurtin/style-fixes
Fix style issues
2021-06-05 13:16:52 -04:00
Ryan Curtin 7a0432edf1 Merge pull request #2968 from rcurtin/semicolon-fix
Fix missing semicolon in Python type documentation
2021-06-05 12:14:05 -04:00
Ryan Curtin ec58b6dd7b Fix missing semicolon. 2021-06-04 19:45:53 -04:00
Ryan Curtin 557a67bf71 Merge pull request #2868 from NippunSharma/access_models
make models more accessible in python
2021-06-03 20:23:11 -04:00
Ryan Curtin a392d2f9b8 Some more style fixes. 2021-06-02 22:01:37 -04:00
Ryan Curtin 963139172b Some more style fixes. 2021-06-02 21:21:28 -04:00
Ryan Curtin bfde132ca7 Fix style issues (hopefully). 2021-06-02 18:08:49 -04:00
Ryan Curtin 639f1d3e4e Update HISTORY. 2021-06-02 17:54:09 -04:00
Ryan Curtin 54402ee5ac Add numClasses argument to HoeffdingTree training methods. 2021-06-02 17:53:49 -04:00
Ryan Curtin 052a0216d9 Update HISTORY. 2021-06-01 19:15:56 -04:00
Ryan Curtin 6461067aac Add tests for using HoeffdingTrees with an empty constructor. 2021-06-01 19:15:45 -04:00
Ryan Curtin aaa1a47259 Better handling of tree resetting for HoeffdingTree. 2021-06-01 19:15:10 -04:00
Nippun SharmaandRyan Curtin 41024f6f7f Update src/mlpack/bindings/python/print_type_doc_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-06-02 00:15:11 +05:30
Nippun SharmaandRyan Curtin 297961a78c Update src/mlpack/bindings/python/print_type_doc_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-06-02 00:14:52 +05:30
Nippun SharmaandRyan Curtin d26b744ed5 Update src/mlpack/bindings/python/print_type_doc_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-06-02 00:14:34 +05:30
Nippun SharmaandRyan Curtin b190489ede Update src/mlpack/bindings/python/print_type_doc_impl.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-06-02 00:14:25 +05:30
Marcus Edel 5853547f94 Merge pull request #2956 from abh2k/mean_forward
Faster forward pass of mean pool layer.
2021-05-30 19:53:45 -04:00
Ryan Curtin d64e6f0452 Merge pull request #2960 from shrit/clean_cmake
Clean old no longer used download var for ensmallen and stb
2021-05-28 09:28:01 -04:00
Nippun Sharma 1218a3a078 Merge branch 'master' into access_models 2021-05-28 10:21:08 +05:30
Nippun Sharma 2ca058b3a7 added to history 2021-05-28 09:59:14 +05:30
abh2kandMarcus Edel 0bed1fec96 Apply suggestions from code review
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-05-28 08:46:31 +05:30
Omar Shrit a916ac4d45 Remove the variables from documenatations and README
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-27 23:23:23 +02:00
Omar Shrit a0ae1ae7e0 Clean old no longer used download var for ensmallen and stb
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-05-27 16:51:42 +02:00
Nippun Sharma 99c2d40a6a wrapped lines to 80 chars 2021-05-27 18:17:59 +05:30
Nippun Sharma 8779900b6e added new line 2021-05-27 18:07:09 +05:30
Nippun SharmaandRyan Curtin c054b86486 Update src/mlpack/bindings/python/mlpack/preprocess_json_params.py
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-05-27 18:06:42 +05:30
Nippun SharmaandRyan Curtin 00e70ca799 Update src/mlpack/bindings/python/mlpack/preprocess_json_params.py
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-05-27 18:06:33 +05:30
Nippun Sharma b29c92b154 added doc 2021-05-27 18:06:09 +05:30
abh2k b3a691c3ab Update mean_pooling.hpp 2021-05-27 11:58:25 +05:30
abh2k c884d1538e Minor fix 2021-05-27 11:22:11 +05:30
abh2k 20a17d32fa Style Fixes. 2021-05-27 11:22:11 +05:30
abh2k bd95076c4e Fixed kernal area if ceil = true 2021-05-27 11:22:11 +05:30
abh2k 8b6bdfb5fc Fixed kernalArea 2021-05-27 11:22:11 +05:30