Commit Graph
26695 Commits
Author SHA1 Message Date
Ryan Curtin c8647b2bfe Merge pull request #3003 from RishabhGarg108/sse-loss
SSE Loss for XGBoost
2021-07-26 08:32:07 -04:00
Ryan Curtin c01377cd73 Merge pull request #3023 from swaingotnochill/contributerUpdate
Update COPYRIGHT.txt
2021-07-26 08:11:34 -04:00
Marcus Edel 6e8da78418 Merge pull request #3017 from abh2k/nearest
Added nearest interpolation upsampling.
2021-07-25 19:34:51 -04:00
Roshan Swain 8e510ad16c adding myself to contributor list 2021-07-25 18:50:55 +05:30
abh2kandMarcus Edel c1d660b46a Update src/mlpack/methods/ann/layer/nearest_interpolation_impl.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-07-23 18:39:18 +05:30
abh2k e7f105b9fe Update layer_types.hpp 2021-07-23 18:38:49 +05:30
Rishabh GargandRyan Curtin 46233af41b Update src/mlpack/methods/xgboost/loss_functions/sse_loss.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-07-23 11:05:23 +05:30
abh2k e6c900bc1a Update nearest_interpolation_impl.hpp 2021-07-22 19:40:11 +05:30
Abhinav-Aidash 8ea13786f8 Update layer_types.hpp 2021-07-22 19:38:07 +05:30
abh2k 2b0f520748 Update nearest_interpolation_impl.hpp 2021-07-22 10:36:51 +05:30
Abhinav Anand 12efd37432 corrected indentation 2021-07-22 00:50:40 +05:30
abh2k 594a0c66d7 Update nearest_interpolation_impl.hpp 2021-07-21 21:45:46 +05:30
Rishabh Garg 8df808bed3 Fixed implementation bug in SSELoss::Evaluate 2021-07-21 21:37:40 +05:30
abh2k 3fa056fe7d Update ann_layer_test.cpp 2021-07-21 20:50:48 +05:30
Abhinav-Aidash 289a4bdfa3 Update nearest_interpolation_impl.hpp 2021-07-21 20:46:51 +05:30
abh2k 55b363833e Update ann_layer_test.cpp 2021-07-20 18:21:58 +05:30
abh2kandMarcus Edel c545af33cb Update src/mlpack/methods/ann/layer/nearest_interpolation_impl.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-07-20 18:19:40 +05:30
Rishabh Garg c2dedaa8ac Merge branch 'master' of https://github.com/mlpack/mlpack into sse-loss 2021-07-19 14:13:03 +05:30
jeffin sam 1fa385493a Merge pull request #3011 from RishabhGarg108/decision-tree
Add Decision Tree Regressor.
2021-07-19 10:30:20 +05:30
Ryan Curtin 28b065271c Merge pull request #3018 from mlpack/cli11-header-updates-2.0.0
Upgrade CLI11 to 2.0.0
2021-07-18 12:46:01 -04:00
abh2kandMarcus Edel 4d36fee5e9 Apply suggestions from code review
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-07-18 12:35:28 +05:30
Yashwants19 1e16d1194c Upgrade CLI11 to 2.0.0 2021-07-17 10:00:38 +00:00
abh2k df2fc410ce Update layer_types.hpp 2021-07-17 01:00:26 +05:30
abh2k 0a4377af6c Update src/mlpack/tests/ann_layer_test.cpp 2021-07-17 00:14:58 +05:30
Abhinav Anand caa405333d Added nearest interpolation upsampling 2021-07-17 00:07:28 +05:30
Rishabh Garg 5d68b3481b Add test for gain computation 2021-07-16 09:24:54 +05:30
Rishabh Garg 76d685cd2e Fix static analysis error 2021-07-16 09:17:57 +05:30
Rishabh Garg 1a7c16feb6 Updates signature of OutputLeafValue to make API consistent 2021-07-16 00:40:00 +05:30
Rishabh Garg fb8699af16 Add method to calculate gain for split 2021-07-16 00:36:11 +05:30
Rishabh Garg d8de86b095 Remove unrequired functions 2021-07-16 00:33:53 +05:30
Rishabh Garg 8b34433e05 Add evaluate method to calculate gain before split 2021-07-16 00:20:01 +05:30
Rishabh Garg a5fffe3c0b OutputValue => OutputLeafValue 2021-07-15 22:07:00 +05:30
Rishabh Garg 83cca54140 Add L1 regularization 2021-07-15 07:47:14 +05:30
Rishabh Garg 537e3ca447 Add default ctor and fix one test 2021-07-15 07:43:46 +05:30
Rishabh Garg a3769b6799 Add L1 and L2 parameter to SSELoss 2021-07-15 07:43:46 +05:30
Rishabh Garg 6a187c41cd Add sanity check for empty vector 2021-07-15 07:43:46 +05:30
Rishabh Garg a1edb432b8 Removed unnecessary SFINAE check 2021-07-15 07:43:46 +05:30
Rishabh GargandRyan Curtin 154768851a Update src/mlpack/methods/xgboost/loss_functions/sse_loss.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-07-15 07:19:53 +05:30
Rishabh Garg 9a7290a47d Attempt to fix tuple error 2021-07-13 13:50:08 +05:30
Rishabh Garg 18e609efc0 Removed debugging print statement 2021-07-13 13:44:08 +05:30
Rishabh Garg ff5892cc7e Update comment 2021-07-13 13:44:08 +05:30
Rishabh Garg 0f4bd653cf Fix the SFINAE bug with @rcurtin's patch 2021-07-13 13:44:08 +05:30
Rishabh Garg 64c84846f0 Removing template function checks is failing too 2021-07-13 13:44:08 +05:30
Rishabh GargandRyan Curtin edb9879f2a Update HISTORY.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2021-07-13 13:44:08 +05:30
Rishabh Garg 1676677850 Change auto to std::tuple<double, double> 2021-07-13 13:43:37 +05:30
Rishabh Garg f6c8e1b3eb Add static keyword to function... Doesn't compile yet. 2021-07-13 13:43:17 +05:30
Rishabh Garg d0ecbf5f85 Add BinaryGains() to SFINAE check 2021-07-13 13:42:38 +05:30
Rishabh Garg c3d65e8571 Simplified methods by removing unnecessary indirections of functions 2021-07-12 21:36:17 +05:30
Rishabh Garg 25f8f47cb5 Add more tests 2021-07-12 19:57:32 +05:30
Rishabh Garg de9938ee51 Removing unrequired overload of Hessian() 2021-07-12 19:57:14 +05:30