Commit Graph
17748 Commits
Author SHA1 Message Date
nikhilgoel1997 e7b9ff95ea Fixed an error 2018-02-01 23:02:30 +05:30
nikhilgoel1997 d39748049a Fixed Segmentation error 2018-02-01 22:04:41 +05:30
nikhilgoel1997 f66ca3c960 Fixed segmentation error 2018-02-01 22:03:00 +05:30
nikhilgoel1997 ed0ce09333 Update for Style Checks 2018-02-01 20:21:45 +05:30
nikhilgoel1997 d97f0eca1b Update for style check 2018-02-01 20:18:55 +05:30
nikhilgoel1997 75c959442c AdaBoost binding tests 2018-02-01 20:05:49 +05:30
nikhilgoel1997 cd2775c0f0 AdaBoost binding tests 2018-02-01 20:04:45 +05:30
Marcus Edel 119c410c56 Merge pull request #1151 from zoq/optimizer_problems
Optimization Test Problems.
2018-01-31 22:26:11 +01:00
Ryan Curtin bd3e7af612 Merge pull request #1219 from deepakks1995/master
removed some warning messages
2018-01-30 18:30:38 -08:00
deepakks1995 31d255a4d6 removed some warning messages 2018-01-31 00:14:41 +05:30
Ryan Curtin 73c576e208 Merge pull request #1193 from manish7294/BindingsTests
Bindings Tests
2018-01-27 12:31:15 -08:00
Ryan Curtin 7ed1c22877 Simplify travis configuration. (#1191)
* Simplify travis configuration.

* It seems like sometimes the lock file is still locked?

* Oops, forgot a 'sudo'.

* Get some output about what is actually going on.

* Forcibly kill systemd apt-updates and wait for it to die.

* Get more informatuon about what is running.

* Also stop apt-daily-upgrade.service and kill it.

* Simplify and finalize.  Ready for merge.
2018-01-26 10:42:23 -08:00
Ryan Curtin 582fec7f90 Merge pull request #1209 from rcurtin/cli-refactor
Clean up CLI singleton implementation
2018-01-24 15:23:45 -08:00
Manish Kumar 865d7c11d6 Changed training type for decision tree test 2018-01-22 16:48:06 +05:30
Manish Kumar 25731844af minor fix 2018-01-22 15:07:38 +05:30
Manish Kumar cb68e83393 minor style fix 2018-01-22 14:35:09 +05:30
Manish Kumar 672f811a1f Merge branch 'master' into BindingsTests 2018-01-22 14:30:49 +05:30
Ryan Curtin 46c2535438 singletons.hpp can also be removed. 2018-01-21 13:04:11 -05:00
Ryan Curtin 0b7cc127f9 Merge pull request #1195 from haritha1313/cat_decision_tree
categorical dataset support
2018-01-21 09:56:40 -08:00
Ryan Curtin ee392a58be Clean up CLI singleton implementation.
A discussion I had on Friday made it clear that the CLI singleton implementation
is not optimal or even particularly good.  This minor refactoring obviates the
need for the CLIDeleter class by putting the CLI singleton as a local static
variable.
2018-01-21 09:52:16 -05:00
manish7294 1e3d5bb8b5 CMake Error Resolved 2018-01-19 09:14:09 +05:30
Manish Kumar 17ec3cfa60 Merge branch 'master' into BindingsTests 2018-01-19 02:16:33 +05:30
manish7294 c41e8aee05 Reviewed Changes 2018-01-19 02:10:47 +05:30
Ryan Curtin 629ca69116 Merge pull request #1198 from haritha1313/hoeff_tree_patch
making label parameter optional
2018-01-18 09:52:30 -08:00
Ryan Curtin 2db220cf4d Merge pull request #1190 from sbrodehl/dev-cmake-project
cmake project
2018-01-18 09:33:20 -08:00
Haritha 47ab1bdf8e edit 2018-01-18 22:54:05 +05:30
manish7294 4d2c92f469 re-run random failing travis 2018-01-18 22:02:00 +05:30
Marcus Edel f2a57a492d Merge pull request #1202 from adl1995/patch-1
Fix minor spelling errors.
2018-01-18 15:56:57 +01:00
manish7294 f10866226f SoftmaxRegression Fix 2018-01-18 19:32:01 +05:30
Haritha ef25025985 style edit 2018-01-18 16:35:21 +05:30
Haritha ec5606c7e9 categorical dataset support 2018-01-18 16:23:34 +05:30
manish7294 8a09b47d9a Added Some More tests for Random Forest 2018-01-18 16:16:47 +05:30
manish7294 1360c2080b Style Checks Corrections 2018-01-18 14:36:14 +05:30
manish7294 bf75587537 Added tests for SR 2018-01-18 13:46:56 +05:30
Adeel Ahmad 5c0b1ca48f Fix minor spelling errors 2018-01-18 12:51:13 +05:00
Haritha 05a28ae7d7 style edits 2018-01-18 11:44:26 +05:30
Haritha 95a008ee16 documentation edit 2018-01-18 00:56:13 +05:30
Sebastian Brodehl bdb6c6b640 Merge branch 'dev-cmake-project' of github.com:sbrodehl/mlpack into dev-cmake-project 2018-01-17 15:59:53 +01:00
Sebastian Brodehl c4297b1934 Merge branch 'master' into dev-cmake-project 2018-01-17 15:59:23 +01:00
Seb Bro 0cfd858328 Merge branch 'master' into dev-cmake-project 2018-01-17 15:51:40 +01:00
manish7294 339db55cce Some Reviewed Changes 2018-01-17 20:07:21 +05:30
Ryan Curtin c1194badc3 Remove misleading comment. 2018-01-17 07:12:36 -05:00
Sebastian Brodehl 5ef3e9d89a Sort lines. 2018-01-16 22:38:12 +01:00
Haritha 102948e59e making label parameter optional 2018-01-16 23:40:27 +05:30
Sebastian Brodehl 7b1ce7c209 Remove files from project. 2018-01-16 15:09:06 +01:00
Sebastian Brodehl ee0109bf36 Rename to lower case. 2018-01-16 15:08:33 +01:00
Ryan Curtin fbc59eed8e Merge pull request #1192 from rcurtin/rnn-reorder
Reorder data for RNN::Train() and other RNN functions
2018-01-16 04:57:20 -08:00
manish7294 405612b9f8 Added Softmax Regression Tests 2018-01-15 23:24:45 +05:30
manish7294 61d6eeb7e9 Added Perceptron Tests 2018-01-15 20:49:11 +05:30
manish7294 737d6f531f Added Decision Stump Tests 2018-01-15 19:59:58 +05:30