Commit Graph
17281 Commits
Author SHA1 Message Date
Ryan Curtin 8a25b7da2a Merge pull request #1144 from rcurtin/contributing
Add guidelines and process for contributing.
2017-10-22 17:31:37 -04:00
Ryan Curtin 76384a8b37 Add guidelines and process for contributing. 2017-10-22 00:12:46 -04:00
Ryan Curtin 8b5765bb35 Fix style and static analysis issues. 2017-10-09 11:17:35 -04:00
C0deAi 1fd5f32344 Tighten condition to prevent possible null pointer dereference 2017-10-09 11:17:35 -04:00
C0deAi bd4eb30d52 Remove dead code, CWE 561 2017-10-09 11:17:35 -04:00
C0deAi 7a2dae0125 Remove dead code, CWE 561 2017-10-09 11:17:35 -04:00
C0deAi 0705640662 Remove dead code, CWE 561 2017-10-09 11:17:35 -04:00
Ryan Curtin 36ec078f7d Really minor change to formatting of option documentation. 2017-10-09 11:11:58 -04:00
Ryan Curtin f6e4eab9b4 Minor style and formatting fixes. 2017-10-09 10:57:55 -04:00
Ryan Curtin 2a582131ca Merge pull request #1126 from thejonan/feature/det_path_printing
DET path printing
2017-10-09 10:28:10 -04:00
theJonan bfb550e4c8 [det] Stupid ++tag fix. 2017-10-06 17:13:04 +03:00
theJonan 6cacb8fbab [det] Minor fix on dtree tagging. 2017-10-06 09:43:23 +03:00
theJonan 1d7e794080 [det] raw_estimates removed.
[det] Style cleanups.
2017-10-04 10:10:20 +03:00
theJonan 5294299ee0 [det] Static analyzer fixes. 2017-10-03 17:04:15 +03:00
theJonan 81e5bf683b - CI restart commit. 2017-10-03 15:36:12 +03:00
theJonan 191c375a8d CI fixes. 2017-10-03 14:10:20 +03:00
theJonan 59c9c2dd71 [core] Moved EnumerateTree() from DET to core/tree.
[det] Style and documentation fixes.
2017-10-03 10:41:19 +03:00
theJonan b558187e31 - After merge clearings.
- training / testing set usable for tagging.
- PRINT_PARAM_STRING() utilized more.
2017-09-28 18:59:07 +03:00
theJonan bab5946708 Merge branch 'master' into development
# Conflicts:
#	src/mlpack/methods/det/det_main.cpp
#	src/mlpack/methods/det/dt_utils_impl.hpp
#	src/mlpack/methods/det/dtree.hpp
2017-09-28 17:00:54 +03:00
Ryan Curtin b8ee319818 Refactor words to be more clear. 2017-09-26 11:11:07 -04:00
Ryan Curtin a6065e486d Fix comments from Kirill. 2017-09-25 10:43:27 -04:00
Ryan Curtin d8f5f370d3 Merge pull request #1055 from rcurtin/gmm-diag
Use arma::gmm_diag for diagonal GMM training
2017-09-18 18:25:43 -04:00
Ryan Curtin 3470e7be1a Fix typo. 2017-09-18 15:45:04 -04:00
Ryan Curtin 20a7d28828 Don't use gmm_diag on Visual Studio. 2017-09-18 14:46:09 -04:00
Ryan Curtin 8e5846575a Update tutorials, add more examples and links to other classes. 2017-09-18 14:20:20 -04:00
Kirill Mishchenko 10e632cb9c Split into two tutorials 2017-09-18 14:20:20 -04:00
Kirill Mishchenko 6de1a020af Add a tutorial for the CV and HPT modules 2017-09-18 14:20:20 -04:00
Ryan Curtin c3219af77f Only give the warning if a non-default value is passed. 2017-09-18 13:12:05 -04:00
Ryan Curtin 8e8e6db33c Merge remote-tracking branch 'upstream/master' into gmm-diag 2017-09-18 13:03:44 -04:00
Marcus Edel 748fe62d56 Minor style fixes. 2017-09-17 23:53:43 +02:00
Ryan Curtin 21349b38bf Merge pull request #1075 from shikharbhardwaj/scd
Implementation of Stochastic Coordinate Descent
2017-09-14 11:50:21 -04:00
Ryan Curtin 4f1d0783f5 Merge pull request #1103 from rcurtin/ann-serialize
Serialize the network for ANNs
2017-09-14 10:55:38 -04:00
Ryan Curtin bbb1394e66 Merge pull request #1114 from rcurtin/bindings
Python bindings bugfixes
2017-09-11 10:26:55 -04:00
Ryan Curtin 330cd29681 Merge pull request #1115 from zoq/boost_version
Update Boost_ADDITIONAL_VERSIONS
2017-09-08 13:01:38 -04:00
Marcus Edel 789382b7b7 Update find boost configuration variable (Boost_ADDITIONAL_VERSIONS). 2017-09-08 16:49:55 +02:00
Ryan Curtin 1f2318e414 Don't use internal Python keywords as parameter names.
For now this is just 'lambda' -> 'lambda_'.
2017-09-08 10:05:30 -04:00
Ryan Curtin d5fa9f1062 Reset timers every time a binding is started. 2017-09-08 10:05:21 -04:00
Ryan Curtin 7be0c797ad Don't print backtraces from inside Python.
This is done by adding a 'backtrace' boolean parameter to PrefixedOutStream.
2017-09-08 10:04:41 -04:00
Ryan Curtin d8b8ed03bd Disable -DHAS_BFD_DL when compiling Python bindings. 2017-09-08 10:03:17 -04:00
Ryan Curtin f347c56c8b Propagate any exceptions instead of segfaulting. 2017-09-08 10:02:28 -04:00
Shikhar Bhardwaj f11eb5a08d Optimize SoftmaxRegressionFunction::PartialGradient to do less work. 2017-09-07 02:32:05 +05:30
Ryan Curtin aea833491d Fix size of initial point. 2017-09-06 16:35:26 -04:00
Ryan Curtin 10730d233c Merge pull request #1111 from rcurtin/gain_greater_than_zero
Handle decision tree gain greater than zero
2017-09-05 19:53:31 -04:00
Ryan Curtin 593d47bc04 Fix static analysis issues. 2017-09-05 19:23:45 -04:00
Ryan Curtin c9c7c2c2c2 Fix uninitialized member static check warnings. 2017-09-05 17:37:04 -04:00
Ryan Curtin 1ea8135784 Remove accidentally committed random seed setting. 2017-09-05 15:51:24 -04:00
Ryan Curtin f8d659baba Merge pull request #1101 from micyril/hpt_master
Add a hyper-parameter tuning module
2017-09-05 14:19:32 -04:00
Stephen Tu 17aa9ce31f Merge pull request #1087 from czdiao/atomVector
Atom domain FrankWolfe Algorithm for vector problems
2017-09-04 20:13:47 -07:00
Kirill Mishchenko 0356103062 Add documentation 2017-09-04 09:19:38 +05:00
Chenzhe 0b3307ef1b Fixed add atom bug. 2017-09-03 17:26:35 -06:00