Commit Graph
17977 Commits
Author SHA1 Message Date
luffy e7d4f0debd [skip ci] minor changes.... 2018-02-18 07:46:58 +05:30
luffy 3ae6cdecb8 [skip ci] minor changes.... 2018-02-18 07:40:29 +05:30
Ryan Curtin 617a2acb52 Merge pull request #1211 from haritha1313/hoeffding_binding_test
Binding test for hoeffding_tree
2018-02-16 07:05:10 -08:00
Ryan Curtin 796acc5547 Clarify comments; initialize recommendations more clearly. 2018-02-16 09:13:34 -05:00
Ryan Curtin 76115e38bc Merge pull request #1234 from manish7294/GreedyFix
Greedy Traverser Fix for KNN
2018-02-16 06:10:46 -08:00
Marcus Edel 346fd1f819 Merge pull request #1244 from zoq/optimizer_tutorial
Optimizer tutorial.
2018-02-15 18:52:49 +01:00
Marcus Edel 0d806ca3bc Merge pull request #1248 from zoq/no_decay_merge
Avoid redefinition issue (NoDecay).
2018-02-15 18:52:19 +01:00
Marcus Edel 48f7dc9571 Minor spelling fix. 2018-02-15 18:51:50 +01:00
Manish 5359e4f9c7 Set leaf_size to 1 2018-02-15 21:36:12 +05:30
Ryan Curtin d984e10e4b Update incorrect documentation. 2018-02-15 10:05:44 -05:00
Ryan Curtin 6118664b71 Merge branch 'KARTHEEKCIC-master' 2018-02-15 09:45:39 -05:00
Ryan Curtin 593f38f636 Style fixes and memory fixes. 2018-02-15 09:45:21 -05:00
Ryan Curtin e3e47040de Merge branch 'master' of https://github.com/KARTHEEKCIC/mlpack into KARTHEEKCIC-master 2018-02-15 09:15:09 -05:00
Manish 225d8e32fb Added test for greedy search 2018-02-15 11:53:27 +05:30
Ryan Curtin e6d621177d Merge pull request #1249 from rcurtin/travis-fixes
Travis fixes
2018-02-14 15:13:53 -08:00
Ryan Curtin 029fb4af6b Use up-to-date setuptools. 2018-02-14 15:05:04 -05:00
Ryan Curtin 54b82d4c3d Fix initialization order issue. 2018-02-14 15:04:54 -05:00
Marcus Edel d35a3cfc41 Avoid redefinition issue (NoDecay) if we include SGD and SVRG at the same time. 2018-02-14 20:39:12 +01:00
Marcus Edel e9ecbe05e8 Merge pull request #1159 from zoq/svrg
Add SVRG, SARAH, Katyusha.
2018-02-14 18:20:37 +01:00
Ryan Curtin ad63a976b1 Merge pull request #1245 from ShikharJ/Misc
Update COPYRIGHT.txt and core.hpp
2018-02-14 07:26:08 -08:00
Marcus Edel b8f70919a9 Minor style and spelling fixes. 2018-02-14 14:28:05 +01:00
Shikhar Jaiswal c3883671be [skip ci] Update COPYRIGHT.txt and core.hpp 2018-02-14 07:20:58 +05:30
Marcus Edel 04b0fe6b91 Add optimizer tutorial. 2018-02-13 20:52:09 +01:00
Ryan Curtin 5662319dc2 Merge pull request #1229 from rcurtin/serialization1.66_fix
Boost serialization 1.66 fix
2018-02-12 16:00:41 -08:00
Ryan Curtin ff565bada3 Remove test file. 2018-02-12 19:00:10 -05:00
Marcus Edel 253ba103c4 Use MacPorts package until the build server is back. 2018-02-12 21:15:11 +01:00
Ryan Curtin 43453b8002 Merge pull request #1240 from LeonCHEN233/patch-1
Update CMakeLists.txt
2018-02-12 11:49:33 -08:00
Leon Chen 3db099065e Update CMakeLists.txt 2018-02-12 17:30:13 +00:00
Manish 7dde697267 Suggested Changes 2018-02-12 22:47:20 +05:30
Manish edcb00749d Optimized algo 2018-02-11 15:54:52 +05:30
Manish 2d4a81fe47 Applied Reviewed Changes 2018-02-11 11:42:28 +05:30
Marcus Edel 4d0c2bb254 Address comments and minor style fixes. 2018-02-10 19:27:09 +01:00
Marcus Edel 4eb3018077 Add test function utilities to reduce the number of lines. 2018-02-10 19:25:23 +01:00
Manish 9d7d14f658 Greedy Traverser Fix 2018-02-10 22:08:31 +05:30
KARTHEEKCIC e60ce60324 Updating contributors list 2018-02-10 01:00:04 +05:30
KARTHEEKCIC 7521a99492 Checking comments 2018-02-10 00:35:43 +05:30
KARTHEEKCIC ee5d303ea6 removing unwanted files 2018-02-10 00:09:45 +05:30
KARTHEEKCIC 28c358651c Minor Changes 2018-02-10 00:08:16 +05:30
Ryan Curtin b5b2c8d70c Fix clang warnings. 2018-02-09 11:15:36 -05:00
KARTHEEKCIC 9d1553f846 resolve error 2018-02-09 08:58:59 +05:30
KARTHEEKCIC 45724c363c Style Fix 2018-02-09 08:41:06 +05:30
KARTHEEKCIC 92f268e28b Style Fix 2018-02-09 08:38:00 +05:30
Ryan Curtin e547665748 If the stream closes before the archive is destructed, this is a problem.
However it only actually causes a crash on Boost 1.66, although it is still a
problem in older versions.
2018-02-08 16:04:45 -05:00
Ryan Curtin d35de128f4 Fix -Wuninitialized warnings. 2018-02-08 16:03:15 -05:00
KARTHEEKCIC cb0285055f Handle Memory as per 1214 and Style Fix 2018-02-08 23:21:18 +05:30
KARTHEEKCIC e24cb1dc31 Handle Memory as per 1214 and style fix 2018-02-08 23:17:59 +05:30
KARTHEEKCIC 876058e3d5 Style Fix 2018-02-08 23:17:42 +05:30
KARTHEEKCIC 5591cfa8d2 Style Fix 2018-02-08 23:16:23 +05:30
Haritha 2e6871332a boost check edit 2018-02-08 20:38:30 +05:30
Marcus Edel 4bd01bbc98 Merge pull request #1197 from scrcro/new
Added a new macro to test if a function with a given name exists,
2018-02-08 13:52:12 +01:00