Saksham Bansal
44939e9b2f
kernel_pca_test.cpp: Add tests
...
Add tests for kernel_pca command line.
2018-12-18 17:36:33 +07:00
Ryan Curtin
2fa579f49d
Merge pull request #1595 from rcurtin/test-failures
...
Update tests for more robustness
2018-12-17 08:59:52 -05:00
Ryan Curtin
debb25ecdf
Merge pull request #1599 from rcurtin/windows-permissive
...
Fix #1593 . Be more careful with Windows compile flags.
2018-12-17 08:59:34 -05:00
Ryan Curtin
7f62786682
Readjust tolerances for RMSE testing.
...
Also add a test for NoNormalization.
2018-12-14 10:16:23 -05:00
Ryan Curtin
500136ebc6
Fix #1593 . Be more careful with Windows compile flags.
2018-12-14 00:17:31 -05:00
Ryan Curtin
1e62199d86
Use apt-key not apt-get.
2018-12-13 16:29:47 -05:00
Ryan Curtin
655029175c
Merge remote-tracking branch 'origin/master' into test-failures
2018-12-13 12:18:31 -05:00
Ryan Curtin
3aba35b39b
Update tests for more robustness.
...
Many of these tests would occasionally fail, so I have gone through and modified
tolerances or made multiple runs as necessary to prevent (or reduce) random
failures.
2018-12-13 01:41:25 -05:00
Ryan Curtin
7e05c30640
Merge pull request #1591 from rcurtin/travis-keyserver
...
Try multiple different keyservers for reliability.
2018-12-10 10:12:41 -06:00
Ryan Curtin
b5d3720fba
Merge pull request #1583 from rcurtin/cmake-fixes
...
CMake fixes and GNUInstallDirs
2018-12-10 08:53:19 -05:00
Ryan Curtin
d963b4b541
Merge pull request #1570 from zoq/ens_transition
...
ensmallen (optimizer transition)
2018-12-09 10:17:48 -05:00
Ryan Curtin
65c99f810d
Merge branch 'rcurtin-readme-fix'
2018-12-09 10:07:00 -05:00
Ryan Curtin
2f93d9ae1d
Merge branch 'readme-fix' of https://www.github.com/rcurtin/mlpack into rcurtin-readme-fix
2018-12-09 10:06:38 -05:00
Ryan Curtin
91f6dd3937
Merge pull request #1553 from rcurtin/win-tutorial-update
...
Update Windows tutorial and build options
2018-12-08 08:21:25 -05:00
Ryan Curtin
b562e5195b
Try multiple different keyservers for reliability.
2018-12-06 10:55:28 -05:00
Ryan Curtin
0bc857b7b7
Add definition of missing install directory on Windows.
2018-12-06 10:17:29 -05:00
Ryan Curtin
dd9313398c
Update release date.
2018-12-05 15:20:16 -05:00
Ryan Curtin
823c34d46c
Merge pull request #1584 from rcurtin/instantiated-tree-metric
...
Handle instantiated metrics for BinarySpaceTree.
2018-12-05 10:47:07 -05:00
Ryan Curtin
145e520d1a
Fix misspelling.
2018-12-05 10:46:34 -05:00
Marcus Edel
f3781a2019
Use == instead of != to build the categorical dimensions.
2018-12-04 12:00:01 -05:00
Ryan Curtin
3b867a7503
Update to next version number.
2018-12-04 11:52:40 -05:00
Ryan Curtin
66d4ec0614
Update to latest version number.
2018-12-04 11:52:31 -05:00
Ryan Curtin
074267f517
Try to fix linking again.
2018-12-04 11:47:33 -05:00
Ryan Curtin
8c9734a576
Fix use of DatasetMapper in HPT.
...
Signed-off-by: Marcus Edel <marcus.edel@fu-berlin.de >
2018-12-03 10:45:02 -05:00
Ryan Curtin
b0afcf184a
Avoid double-linkage on Windows.
2018-12-03 10:13:57 -05:00
Marcus Edel
0bf202bbfe
Remove the optimizers subdirectory.
2018-12-02 20:56:09 -05:00
Ryan Curtin
54bc8726f2
Fix comment.
2018-12-02 15:39:13 -05:00
Ryan Curtin
6dc6587616
Merge branch 'atulim-new2'
2018-12-02 15:03:40 -05:00
Ryan Curtin
43993f48ce
Fix capitalization.
2018-12-02 15:02:55 -05:00
Ryan Curtin
b33c04ceb7
Merge remote-tracking branch 'atulim/new2' into atulim-new2
2018-12-02 15:02:17 -05:00
Atul Kaushik
365941ba14
Fixed aLgorithm for algorithm
2018-12-03 00:46:24 +05:30
Atul Kaushik
31be043a2d
Improved Documentation and removed a WhiteSpace bug
2018-11-30 20:43:42 +05:30
Ryan Curtin
3cdb641eb2
Use GNUInstallDirs.
2018-11-28 10:52:10 -05:00
Ryan Curtin
118440fcd2
Minor formatting fixes.
2018-11-28 10:52:05 -05:00
Ryan Curtin
1919f85152
Remove another linux-ism (thanks Marc!).
2018-11-27 20:29:24 -05:00
Ryan Curtin
d4eb8df64c
Remove obsolete comment.
2018-11-27 20:22:15 -05:00
Marcus Edel
9a37185188
Use ensmallen.hpp.
2018-11-21 22:22:05 +01:00
Marcus Edel
a5345bd5b5
Adjust ensmallen include dir.
2018-11-21 22:20:44 +01:00
Marcus Edel
dabd108b38
Merge pull request #1575 from barak/master
...
Help string whitespace.
2018-11-20 21:44:44 +01:00
Marcus Edel
c7c01f1b16
Remove ensmallen source.
2018-11-19 21:20:59 +01:00
Barak A. Pearlmutter
82878c9906
help string whitespace
...
Gbp-Pq: Name 0004-help-string-whitespace.patch
2018-11-18 23:01:50 +00:00
Ryan Curtin
5ff82e2116
First attempt at CMake to dowbload ensmallen.
...
Signed-off-by: Marcus Edel <marcus.edel@fu-berlin.de >
2018-11-17 21:14:31 +01:00
Ryan Curtin
b7018f57ab
Merge pull request #1566 from rcurtin/perceptron-warning-fix
...
Fix inappropriate warning Barak pointed out in #1564 .
2018-11-16 17:19:25 -05:00
Marcus Edel
bf18f93ffd
Use the correct namespace.
2018-11-15 23:04:38 +01:00
Marcus Edel
4eec0b8f46
Use ConstantStep from ensmallen.
2018-11-15 22:32:18 +01:00
Marcus Edel
0f35a28826
Use ensmallen optimizer framework.
2018-11-15 21:12:02 +01:00
Marcus Edel
2d9f7b7726
Reinclude Gradient Descent optimizer.
2018-11-15 21:10:47 +01:00
Marcus Edel
2739c6141e
Add ensmallen header files.
2018-11-15 21:09:53 +01:00
Ryan Curtin
69ae20d217
Handle instantiated metrics for BinarySpaceTree.
2018-11-15 20:09:35 +00:00
Marcus Edel
6f3650ce4a
Remove optimizer test cases.
2018-11-15 21:07:55 +01:00