Commit Graph
17625 Commits
Author SHA1 Message Date
Ryan Curtin dc141e7b11 Fix minor issues and clean up ShuffleData(). 2018-01-11 16:57:20 -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
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
Ryan Curtin dd1cb59a90 Document minimum version of Python packages. 2018-01-05 10:10:42 -05:00
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
Sebastian Brodehl 844230e232 Add cotire and prereqs.hpp as pch. 2018-01-05 09:56:25 +01:00
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
Ryan Curtin 59e7ec1f14 Merge pull request #1165 from manish7294/master
Bindings tests for emst
2018-01-03 06:32:43 -08:00
Marcus Edel 322017d7c1 Merge pull request #1185 from zoq/octree_perform_split_fix
Octree: adjust SplitType/TypeInfo structure.
2018-01-03 14:52:16 +01:00
Ryan Curtin 95bc95b52d Merge pull request #1182 from rcurtin/py3-fixes
Fixes for python3
2018-01-02 15:11:26 -08:00
Ryan Curtin 6491aaebc1 Add a Python3 travis job to the matrix. 2018-01-02 14:40:24 -05:00
Ryan Curtin 4d2caa2b18 Merge pull request #1184 from rcurtin/cftest-fixes
300 different users don't exist now with the smaller GroupLens; use only 50.
2018-01-02 09:12:05 -08:00
Ryan Curtin cc8e9ba07c Merge pull request #1173 from zoq/amf_cxx11
AMF, remove C++11 alternative branch.
2018-01-01 20:18:00 -08:00
Marcus Edel af653723d6 Adjust SplitType/TypeInfo structure; match with the existing PerformSplit interface. 2018-01-01 15:24:04 +01:00
Manish Kumar 3c377ca07e Re-run randomly failing travis build
Travis randomly fails at starting with the following log:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The command "sudo rm -f /var/lib/dpkg/lock && sudo apt-get install -qq libopenblas-dev liblapack-dev g++ libboost-all-dev" failed and exited with 100 during .
2017-12-31 18:20:11 +05:30
Manish Kumar 137dc63f13 Update core.hpp 2017-12-31 09:10:02 +05:30
Manish Kumar 0d63699199 Update COPYRIGHT.txt 2017-12-31 09:07:06 +05:30
Eugene Freyman 8206046b18 minor checstyle fixes 2017-12-30 21:32:46 +02:00
Eugene Freyman c6c258fd51 VC++ compilation, style fixes 2017-12-30 21:27:41 +02:00
Ryan Curtin 71987e910f 300 different users don't exist now with the smaller GroupLens; use only 50. 2017-12-30 13:23:28 -05:00
Manish Kumar 38a3c5c669 style fix 2017-12-30 23:38:20 +05:30
Manish Kumar 455a8ea028 style fix 2017-12-30 13:34:51 +05:30
Manish Kumar 6b857c821a Merge branch 'master' into master 2017-12-30 13:31:35 +05:30
Manish Kumar d5f7ade19c Merge branch 'master' into master 2017-12-30 13:30:37 +05:30
Manish Kumar 35ae14e311 Update emst_test.cpp 2017-12-30 13:29:14 +05:30
Ryan Curtin c09c8fd165 Work around disappointing pandas versioning issue.
New versions of pandas support this constructor type; older versions do not.  So
this workaround seems to solve the issue.
2017-12-29 19:11:50 -05:00
Ryan Curtin c62fd68372 Fix incorrect dtype checks. 2017-12-29 19:11:25 -05:00
Ryan Curtin 5e937c90e5 Better strategy for string conversion---handle it after the initial conversion. 2017-12-29 17:17:11 -05:00