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 |
|
Manish
|
9d7d14f658
|
Greedy Traverser Fix
|
2018-02-10 22:08:31 +05:30 |
|
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
|
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 |
|
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 |
|
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 |
|
Manish Kumar
|
f3697b9e36
|
style fix
|
2018-01-03 12:02:36 +05:30 |
|
Manish Kumar
|
becfc4989f
|
style fix
|
2018-01-03 11:52:41 +05:30 |
|
Manish Kumar
|
8f89fca0b1
|
Added more tests in preprocess_imputer_test.cpp
|
2018-01-03 11:47:00 +05:30 |
|
Manish Kumar
|
afe4d3eb10
|
Fix for issue #1183
|
2018-01-03 11:42:54 +05:30 |
|
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 |
|