Commit Graph
17674 Commits
Author SHA1 Message Date
Haritha 95a008ee16 documentation edit 2018-01-18 00:56:13 +05:30
Haritha 102948e59e making label parameter optional 2018-01-16 23:40:27 +05:30
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
Marcus Edel 11bd32a1ac Fix minor spelling and style issues. 2018-01-14 19:15:33 +01:00
Ryan Curtin dc141e7b11 Fix minor issues and clean up ShuffleData(). 2018-01-11 16:57:20 -05:00
Ryan Curtin b288571029 Minor style changes; use test_helper.hpp.
Also fix a compiler warning.
2018-01-11 16:41:37 -05:00
Ryan Curtin 9e10864074 Merge pull request #1174 from manish7294/master2
Decision Tree and Preprocess Bindings Tests
2018-01-11 13:20:13 -08:00
Ryan Curtin a39c681768 Minor style fixes; move test_helper.hpp to tests directory. 2018-01-11 13:05:48 -05:00
Ryan Curtin 3855d994ec Fix -Wreorder. 2018-01-11 11:48:55 -05:00
Ryan Curtin 3120ae4f78 Merge remote-tracking branch 'upstream/master' into rnn-reorder 2018-01-11 11:48:52 -05:00
Ryan Curtin d5fb14cdcc Adapt tests to new RNN input format. 2018-01-11 11:34:07 -05:00
Ryan Curtin 680590c97b Add tools for checking differences between cubes. 2018-01-11 11:33:33 -05:00
Ryan Curtin 3b48e7d770 Remove debugging code. 2018-01-11 11:33:03 -05:00
Ryan Curtin 0d2b587329 Fix -Wunused. 2018-01-11 11:32:48 -05:00
Ryan Curtin b5345e17fb Fix -Wreorder. 2018-01-11 11:32:39 -05:00
Ryan Curtin f7fbda379e Add ShuffleData() for cubes and corresponding tests.
Also handle the case where the shuffle is being done in-place.
2018-01-11 11:32:12 -05:00
Ryan Curtin 010606368e Fix minor spelling and punctuation issues. 2018-01-11 10:51:37 -05:00
Ryan Curtin fb732949bd Merge pull request #1180 from evgfreyman/LinearRegressionBinding
LinearRegression binding fixes and tests
2018-01-11 07:50:28 -08:00
Ryan Curtin 670494f440 Reorder the data passed to RNNs so that each time slice is a slice of a cube. 2018-01-11 09:57:54 -05:00
Manish Kumar d737372ff5 Added Binarization Verification Tests 2018-01-09 20:25:30 +05:30
Manish Kumar 8fae270997 All Dimension and 0th Dimension binarization fix 2018-01-09 20:21:06 +05:30
Ryan Curtin 198a364466 Merge pull request #1189 from sbrodehl/dev-pch
Use precompiled headers
2018-01-06 07:30:35 -08:00
Sebastian Brodehl 11d27729de Remove unused property. 2018-01-05 23:24:13 +01:00
Marcus Edel cba9ff9cdb Minor style and unused parameter warning fixes. 2018-01-05 23:05:44 +01:00
Manish Kumar 9e880bf0d9 Re-run randomly failing travis-build 2018-01-05 21:47:33 +05:30
Ryan Curtin dd1cb59a90 Document minimum version of Python packages. 2018-01-05 10:10:42 -05:00
Manish Kumar e8300fc708 Update preprocess_split_test.cpp 2018-01-05 19:22:47 +05:30
Manish Kumar 303b713cc6 style fix 2018-01-05 18:44:53 +05:30
Manish Kumar aadd74f1e1 Reviewed changes for decision_tree_test.cpp 2018-01-05 18:40:38 +05:30
Sebastian Brodehl 288150843a Use c++11 project wide if cmake version > 3. 2018-01-05 12:52:01 +01:00
Sebastian Brodehl 8e393e6c31 Use core.hpp as pch. 2018-01-05 12:51:23 +01:00
Sebastian Brodehl dc11e74eab Add cotire to test target. 2018-01-05 11:30:50 +01:00
Sebastian Brodehl 807e68d250 Add cotire to test target. 2018-01-05 11:06:15 +01:00
Manish Kumar 1ca0c02aa6 Update preprocess_binarize_test.cpp 2018-01-05 15:35:38 +05:30
Sebastian Brodehl 844230e232 Add cotire and prereqs.hpp as pch. 2018-01-05 09:56:25 +01:00
Manish Kumar 8d75815b39 Reviewed Changes for preprocess_imputer_main.cpp 2018-01-05 12:23:42 +05:30
Manish Kumar 6a4fe0d8d9 style fix 2018-01-05 12:06:42 +05:30
Manish Kumar ace836bac9 Merge branch 'master' into master2 2018-01-05 12:03:25 +05:30
Manish Kumar e34ec49d71 Merge branch 'master' into master2 2018-01-05 12:02:16 +05:30
Manish Kumar 84317832f6 Add files via upload 2018-01-05 11:59:10 +05:30
Manish Kumar cdbe14a1c0 Update preprocess_imputer_test.cpp 2018-01-05 11:55:27 +05:30
Manish Kumar 933ab27f0e Update preprocess_imputer_test.csv 2018-01-05 11:54:34 +05:30
Marcus Edel f725892fb3 Add new contributors and update copyright dates. 2018-01-04 21:40:34 +01:00
Ryan Curtin 4c6e2dac23 Minor style and grammar fixes. 2018-01-04 15:39:36 -05:00
Marcus Edel 7865c44af9 Merge pull request #1177 from sourabhvarshney111/master
Added Optimizer Nadamax.
2018-01-04 21:21:19 +01:00
Eugene Freyman 3186b768f1 Merge branch 'master' into LinearRegressionBinding 2018-01-04 16:50:19 +02:00
Eugene Freyman 2c891d624f Merge branch 'master' into LinearRegressionBinding 2018-01-04 16:48:24 +02:00
Eugene Freyman 405771f5b3 Update linear_regression_test.cpp 2018-01-04 16:46:29 +02:00
Eugene Freyman 79b07210db fixed ARMA_USE_CXX11 placement 2018-01-04 16:43:28 +02:00
Sourabh Varshney e97a1b8d0d Increased readability of code 2018-01-03 20:39:30 +05:30