Commit Graph
26437 Commits
Author SHA1 Message Date
abh2k 331bc1034a Merge branch 'master' into mean_backward 2021-06-06 15:19:11 +05:30
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
Abhinav Anand d395232512 Added comments to explain the method and minor style fix 2021-05-28 08:37:47 +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 21744a71fd When ceil = true the kernal size will change. 2021-05-27 11:27:06 +05:30
Abhinav Anand b18199899b minor fix 2021-05-27 11:27:06 +05:30
Abhinav Anand ac122a9ab7 improved speed of mean_backward under certain condition 2021-05-27 11:27:06 +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
Abhinav Anand 39b814887b faster forward pass of mean pool layer 2021-05-27 11:22:11 +05:30
Ryan Curtin ecc759b1d5 Merge pull request #2955 from rcurtin/rhel7-readme
Add some notes for usage on RHEL7
2021-05-26 17:23:40 -04:00
Ryan Curtin 2436606a50 Add some notes for usage on RHEL7. 2021-05-25 11:47:37 -04:00
NippunSharma 872f868eb3 updated comment 2021-05-24 19:10:02 +05:30
NippunSharma 3307cf1921 added comments 2021-05-24 18:44:22 +05:30
NippunSharma 719f23ee71 removed unused imports 2021-05-24 15:13:07 +05:30
NippunSharma 9f80053f5d added license and added description 2021-05-24 15:05:02 +05:30
NippunSharma 3f41561ef0 changed way to handle same key values 2021-05-24 14:59:40 +05:30
jeffin sam bcaa1b756c Merge pull request #2946 from rcurtin/static-code-analysis-fix
Try to fix the static code analysis issue
2021-05-21 19:56:36 +05:30
Ryan Curtin a112e1b136 Merge pull request #2933 from NippunSharma/cli_matrix_size
storing size of matrix in cli bindings
2021-05-21 10:21:34 -04:00
Ryan Curtin b5c2961965 Another solution... and also fix a bunch of warnings. 2021-05-19 17:51:55 -04:00