Commit Graph
18927 Commits
Author SHA1 Message Date
Ryan Curtin 6e0df8755b Update to latest stable release. 2018-06-08 16:13:34 -04:00
Ryan Curtin 30feead30d Update to latest release. 2018-06-08 16:13:13 -04:00
Ryan Curtin 3b9f081090 Oops, missed one copyright year. 2018-06-08 16:13:05 -04:00
Ryan Curtin 4fc79b3770 Update copyright years. 2018-06-08 16:12:48 -04:00
Ryan Curtin 783f7487a0 Update git version number. 2018-06-08 16:11:11 -04:00
Ryan Curtin db27d851e8 Update HISTORY for latest release. 2018-06-08 16:10:44 -04:00
Ryan Curtin 6a59dd568f Merge pull request #1412 from rcurtin/shuffle-cv
Add shuffle parameter to KFoldCV constructor
2018-06-08 16:00:16 -04:00
Ryan Curtin 4c008c467d Merge pull request #1421 from rcurtin/joss-doc-fixes
JOSS documentation fixes
2018-06-08 15:59:53 -04:00
Ryan Curtin 1917b1a841 Merge pull request #1424 from rcurtin/txt2man-fix
Only build man pages if CLI programs are being built.
2018-06-07 10:21:09 -04:00
Marcus Edel e6c64a97db Merge pull request #1355 from haritha1313/randSVD_cf
CF decomposition using RandomizedSVD.
2018-06-06 11:33:47 -07:00
Ryan Curtin 1d526141ac Only build man pages if CLI programs are being built. 2018-06-05 11:32:53 -04:00
Ryan Curtin af1f4d185e Point out that Ubuntu repositories may not be up to date. 2018-06-04 14:43:02 -04:00
Ryan Curtin 2d910d3479 This is long overdue (write RF documentation). 2018-06-04 14:38:17 -04:00
Ryan Curtin 657b1a2992 Rewrite kRANN documentation to use language-agnostic macros. 2018-06-04 14:38:03 -04:00
Ryan Curtin 72b8d863e6 Fix wording and dangling apostrophe. 2018-06-04 14:37:50 -04:00
Ryan Curtin 81aa826bf4 Don't overwrite the 'perceptron' module in Python. (Thanks @rasbt!) 2018-06-04 14:37:30 -04:00
Ryan Curtin 3c98d1e218 Fix the parameter name we are using. (Thanks @rasbt!) 2018-06-04 14:37:05 -04:00
Ryan Curtin 08e330d1bc Be sure to print output = if there are output parameters. 2018-06-04 14:36:21 -04:00
Ryan Curtin c4d5744a10 Clarify any need for LD_LIBRARY_PATH setting. 2018-06-04 13:41:00 -04:00
Ryan Curtin cad5a8301e Add section on using the Python bindings without installing. 2018-06-04 13:28:04 -04:00
Ryan Curtin c17f48107f Fix condition, thanks Kirill for pointing it out. 2018-06-04 11:47:12 -04:00
Marcus Edel 9d1f364cc4 Merge pull request #1414 from akhandait/softplus-extendsupport
Extend support of Softplus function to matrices, cubes.
2018-06-03 20:18:54 -07:00
Ryan Curtin ca97f482e3 Update documentation. 2018-06-01 11:55:14 -04:00
Ryan Curtin cc8b31ac94 Expose Shuffle() to users. 2018-06-01 11:52:51 -04:00
Ryan Curtin 63ef26575d Rename variables for clarity. 2018-06-01 11:52:42 -04:00
Ryan Curtin c726c3208e Remove trainingSubsetSize and clarify comments. 2018-06-01 11:51:42 -04:00
akhandait 3adc0c206a used transform instead of for_each 2018-06-01 18:09:29 +05:30
akhandait fe0db815c7 add support for all types 2018-06-01 17:43:45 +05:30
Haritha 6a301d7961 test time reduction 2018-06-01 10:57:24 +05:30
Ryan Curtin 3a62cf21a8 Safer handling of sparse matrix values arrays.
This fixes #1411.
2018-05-31 17:18:28 -04:00
Ryan Curtin b71251de34 Add 'shuffle' parameter to KFoldCV. 2018-05-31 16:36:39 -04:00
Ryan Curtin cd37c054e2 Add ShuffleData() with weights. 2018-05-31 16:36:19 -04:00
Ryan Curtin c37df2f8d4 Handle training sets that don't divide evenly by k. 2018-05-31 16:35:54 -04:00
Haritha 473d187f7a regSVD debugging 2018-05-31 00:12:09 +05:30
Haritha a6ec11d8da train debug 2018-05-27 22:02:42 +05:30
Haritha 406e407622 debug 2018-05-27 18:13:02 +05:30
Haritha ee95f6d6a7 train debug 2018-05-27 17:01:15 +05:30
Haritha 3fb772ee93 debug emptyctortest 2018-05-27 15:01:55 +05:30
Haritha b9006c0c92 debugged matrix error 2018-05-27 11:22:20 +05:30
Haritha 2b065f8198 style edit 2018-05-26 22:59:08 +05:30
Haritha f995b2be18 debugging 2018-05-26 22:39:36 +05:30
Ryan Curtin 949ab83ef5 Fix spelling (thanks Manish!). 2018-05-23 18:28:40 -04:00
Ryan Curtin 049b40fe91 Merge branch 'yaswagner-1152' 2018-05-23 18:27:45 -04:00
Ryan Curtin e18d61dae9 Apply linear_scan to the rest of the tests that use SGD.
Also modify the normalization test a bit:

 * Apply normalization only in the second run.  This is because of a subtle
   issue that probably should eventually be fixed---if we explicitly set a flag
   to false, the CLI object still will return true for HasParam() (but not
   GetParam<bool>()), and many of the bindings use HasParam() preferentially
   instead of GetParam() for flags.

 * Apply a small tolerance to reduce the amount of time that the test takes
   significantly.
2018-05-23 18:21:34 -04:00
Ryan Curtin 6ad2eaf8e8 Fix label size error. 2018-05-23 18:21:25 -04:00
Ryan Curtin 93fa628916 Fix uninitialized memory error found by valgrind. 2018-05-23 18:21:05 -04:00
Ryan Curtin 7d12b2bed8 Oops, forgot to commit the actual test. 2018-05-23 18:20:55 -04:00
Ryan Curtin f5bee6e793 Add explicit test for label size.
The previous test worked in debugging mode but not in release mode because it
depended on Armadillo exceptions, which aren't thrown unless in debugging mode.
2018-05-23 18:18:11 -04:00
Ryan Curtin a200290436 Merge branch '1152' of https://github.com/yaswagner/mlpack into yaswagner-1152 2018-05-23 11:06:14 -04:00
Haritha 960d05d35e edit 2018-05-23 16:25:38 +05:30