Commit Graph
26113 Commits
Author SHA1 Message Date
Rishabh Garg d90069be5d Fixed unnecessary copying of trees 2021-03-26 12:54:13 +05:30
Rishabh Garg ff3a35bdef Reduced number of old trees in test 2021-03-26 12:07:28 +05:30
Rishabh Garg b3de3ceb39 Initialised avgGain in ctors 2021-03-26 11:58:44 +05:30
Rishabh Garg be0e152f39 Changed warmStart position in signature of train 2021-03-26 11:57:09 +05:30
Rishabh Garg 45057987a8 Fixed the testcase and shortened the input check 2021-03-18 23:41:06 +05:30
Rishabh Garg 4d34889451 Fixed a small typo :) 2021-03-18 23:31:38 +05:30
Rishabh Garg 8903d453a3 Added tests for bindings of warmstart 2021-03-18 23:17:11 +05:30
Rishabh Garg e533fb8808 Improved error handling in bindings 2021-03-18 22:31:25 +05:30
Rishabh Garg 960cdf7be9 Added WarmStart to bindings 2021-03-18 22:10:32 +05:30
Rishabh Garg b7f7a88572 Fixed OpenMP error 2021-03-18 00:22:13 +05:30
Rishabh Garg 9e4ca1b76b Added newline at EOF 2021-03-17 23:47:38 +05:30
Rishabh Garg b0ac4360a9 Changed warmStart from template variable to function argument 2021-03-17 21:05:32 +05:30
Rishabh Garg 41e23de5e5 Added documentation for the warmStart parameter 2021-03-17 20:54:11 +05:30
Rishabh Garg 4bad3a1e55 Added test for checking quality of predictions 2021-03-17 20:48:56 +05:30
Rishabh Garg 2af1cd9630 Implemented the WarmStart functionality 2021-03-17 20:36:10 +05:30
Rishabh Garg 552532c84e Added test for WarmStart 2021-03-17 19:33:18 +05:30
Rishabh Garg 65578cbd2e Fixed template instantiation error 2021-03-17 19:11:39 +05:30
Rishabh Garg e5935d4eb0 Added warmStart to Train function definition 2021-03-17 18:51:00 +05:30
Rishabh Garg fd43668cda Added WarmStart template parameter 2021-03-17 18:43:20 +05:30
jeffin sam 3d0e439d49 Merge pull request #2875 from RishabhGarg108/TemplateDataStyleFix
Fixed variable names in #2746
2021-03-15 19:29:10 +05:30
Rishabh Garg 0e81b16bdb Changed variables to camel case 2021-03-14 08:41:15 +05:30
jeffin sam 9f99197bff Merge pull request #2746 from RishabhGarg108/2443
Templated data::Split and added support for Field Type
2021-03-14 02:44:19 +05:30
jeffin sam 24a3923669 Merge pull request #2871 from NippunSharma/remove_matlab_references
Remove matlab references
2021-03-13 10:14:37 +05:30
Rishabh GargandRyan Curtin 4dd32a6621 Update src/mlpack/core/data/split_data.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-03-13 08:55:43 +05:30
Rishabh GargandRyan Curtin 6ebe71864b Update src/mlpack/core/data/split_data.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-03-13 08:55:30 +05:30
Rishabh Garg bf3ab04641 Merge branch '2443' of ssh://github.com/RishabhGarg108/mlpack-1 into 2443 2021-03-12 22:20:06 +05:30
Rishabh Garg 3801b16e13 Removed pointer from default function argument 2021-03-12 22:19:43 +05:30
NippunSharma 14996379db removed_matlab_2 2021-03-12 19:49:53 +05:30
Nippun Sharma 10ea5a0706 remove_matlab_1 2021-03-12 19:40:24 +05:30
Ryan Curtin f2a06ef37e Merge pull request #2866 from shrit/clean_coverage
Clean Coverage, no longer used
2021-03-12 08:50:34 -05:00
Ryan Curtin 3af832020a Merge pull request #2870 from shrit/fix_typo_t
Remove addition t from the word test
2021-03-12 08:48:25 -05:00
Omar Shrit a41fc26651 Remove addition t from the word test
I do think this is a typo, unless if this is intended

Signed-off-by: Omar Shrit <omar@shrit.me>
2021-03-12 11:13:32 +01:00
Omar Shrit 3c67db795d Remove doc and config related to coverage
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-03-12 10:28:41 +01:00
Rishabh GargandMarcus Edel 9339e42c1f Update src/mlpack/tests/test_catch_tools.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-03-11 07:31:33 +05:30
Rishabh GargandMarcus Edel d384a83c3d Update src/mlpack/tests/split_data_test.cpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-03-11 07:31:15 +05:30
Omar Shrit bd8a5e44c0 Remove appveyor, no longer used
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-03-10 22:35:39 +01:00
Ryan Curtin 28d03e5dd7 Merge pull request #2859 from onikolskyy/2590
add WeightSize() for linear_no_bias, rbf, constant
2021-03-10 09:24:41 -05:00
Omar Shrit 43760f7aa3 Remove the coverage badge
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-03-10 11:43:45 +01:00
Rishabh Garg 1117300efb Added documentation 2021-03-10 12:40:09 +05:30
Rishabh Garg 0557f042bf Resurrected StratifiedSplit implementation explanation 2021-03-10 12:26:59 +05:30
Rishabh Garg b39ef0f9a9 Removed un needed overload of SplitHelper 2021-03-10 12:25:39 +05:30
Rishabh GargandRyan Curtin 9a1a6e983e Update src/mlpack/core/data/split_data.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-03-10 11:25:35 +05:30
Omar Shrit 9ae544a31b Clean Coverage, no longer used
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-03-09 19:15:32 +01:00
Ryan Curtin 57da5c44fb Merge pull request #2370 from bisakhmondal/utitlity-1
Addition of 'CheckSameSizes' & 'CheckSameDimensionality' utilities.
2021-03-09 10:31:07 -05:00
Marcus Edel 480eb403c1 Merge pull request #2863 from rcurtin/env-static-fix
Move initialization of static environment members into a cpp file.
2021-03-08 19:34:22 -05:00
Rishabh Garg e516f72472 Added SplitHelper to remove redundant code 2021-03-07 18:27:01 +05:30
Ryan Curtin 4a4de532dc Move initialization of static members into a cpp file. 2021-03-06 17:56:00 -05:00
Ryan Curtin 61aaafa462 Merge pull request #2860 from Abilityguy/bootstrapChange
Optimising the Bootstrap function
2021-03-06 17:38:24 -05:00
Marcus Edel aacd10648f Merge pull request #2862 from rcurtin/adaboost-test-tolerance
Loosen tolerances for AdaBoost test.
2021-03-06 17:29:51 -05:00
Ryan Curtin 946e9445e2 Merge pull request #2861 from rcurtin/lars-accessors
Add functions to modify parameters for LARS
2021-03-06 17:24:20 -05:00