Ryan Curtin
|
3ca76032c8
|
Update documentation.
|
2020-09-03 12:07:14 -04:00 |
|
Ryan Curtin
|
f95d0f078a
|
Add tests for manually specified file format.
|
2020-09-03 11:56:55 -04:00 |
|
Ryan Curtin
|
637eafc7e3
|
Refactor auto-detection into a separate file.
|
2020-09-03 11:56:46 -04:00 |
|
Ryan Curtin
|
75b6ffb0e6
|
Fix missing parameter.
|
2020-09-03 11:55:11 -04:00 |
|
Ryan Curtin
|
38047948f9
|
Use const arma::file_type (pedantry).
|
2020-09-01 19:41:10 -04:00 |
|
Ryan Curtin
|
739cbe2065
|
Merge remote-tracking branch 'origin/master' into load_save_param
|
2020-09-01 19:38:28 -04:00 |
|
Ryan Curtin
|
bb72def957
|
Add new block to HISTORY.md for next version.
|
2020-09-01 17:11:15 -04:00 |
|
Ryan Curtin
|
b3039c6942
|
Update version to next release version.
|
2020-09-01 17:11:15 -04:00 |
|
Ryan Curtin
|
3efae284a5
|
Update version to 3.4.0.
|
2020-09-01 17:11:15 -04:00 |
|
Ryan Curtin
|
f2bec6cd95
|
Add missing license.
|
2020-09-01 17:02:50 -04:00 |
|
Ryan Curtin
|
ec333f6d84
|
Merge pull request #2595 from rcurtin/cv-nan-score-fix
Handle NaNs and infs in KFoldCV scores
|
2020-08-31 22:59:17 -04:00 |
|
Marcus Edel
|
e743e9bdae
|
Merge pull request #2594 from jeffin143/kmeans-test
Migrate K-Means test from boost to catch.
|
2020-08-31 22:52:21 +02:00 |
|
 Ryan CurtinandMarcus Edel
|
c70ece7baf
|
Update HISTORY.md
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2020-08-31 09:50:24 -04:00 |
|
Ryan Curtin
|
dee00aea14
|
Merge remote-tracking branch 'origin/master' into cv-nan-score-fix
|
2020-08-31 08:33:35 -04:00 |
|
Ryan Curtin
|
c3af539747
|
Merge pull request #2556 from Yashwants19/R-bindings
R bindings
|
2020-08-30 11:11:40 -04:00 |
|
Yashwant
|
a8a4b03628
|
Enable windows build.
|
2020-08-30 07:42:56 +05:30 |
|
Yashwant Singh Parihar
|
38187e4018
|
Merge branch 'master' into R-bindings
|
2020-08-30 07:37:12 +05:30 |
|
Ryan Curtin
|
6893790260
|
Merge pull request #2566 from rcurtin/defeatist-fix
Fix defeatist search for spill tree traversals
|
2020-08-29 20:48:26 -04:00 |
|
Ryan Curtin
|
f5cfd0ac95
|
Update HISTORY.
|
2020-08-29 20:43:38 -04:00 |
|
Ryan Curtin
|
96f737b95c
|
Better handling of NaN metric values.
|
2020-08-29 20:24:57 -04:00 |
|
Ryan Curtin
|
71fce9a6e3
|
Add test for NaN values in metrics.
|
2020-08-29 20:24:41 -04:00 |
|
jeffin143
|
584cd7ad1f
|
migrate Kmeans test
|
2020-08-30 01:17:33 +05:30 |
|
Ryan Birmingham
|
933537d434
|
Merge pull request #2591 from zoq/attention-threshold
Increase threshold to avoid occasional test failures.
|
2020-08-29 10:49:18 -05:00 |
|
Ryan Birmingham
|
0a55fc7ae5
|
Merge pull request #2588 from jeffin143/nca-test
Migrate Nca test
|
2020-08-29 10:43:53 -05:00 |
|
Ryan Curtin
|
9fb1d3de2b
|
Fix comment.
|
2020-08-28 19:11:56 -04:00 |
|
Ryan Curtin
|
41756e656a
|
Fix spacing.
|
2020-08-28 19:11:25 -04:00 |
|
Ryan Curtin
|
a9d5c4705b
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-08-28 19:11:15 -04:00 |
|
Marcus Edel
|
13ea89635b
|
Increase threshold to avoid occasional test failures.
|
2020-08-28 21:11:42 +02:00 |
|
sreenikSS
|
f99561e686
|
Merge pull request #2564 from iamshnoo/spatial_dropout
Spatial Dropout layer
|
2020-08-28 14:52:35 +00:00 |
|
Yashwant
|
dde6fafa29
|
Bad merge master.
|
2020-08-28 08:48:52 +05:30 |
|
Yashwant
|
e732960bdc
|
Merge remote-tracking branch 'mlpack/master' into R-bindings
|
2020-08-28 08:47:24 +05:30 |
|
Yashwant
|
297d2f50af
|
Add one hot encoding binding for R.
|
2020-08-28 08:24:00 +05:30 |
|
jeffin143
|
57898d1fdc
|
merge master
|
2020-08-28 01:52:28 +05:30 |
|
jeffin143
|
f06b3cfa3e
|
migrate NCA test
|
2020-08-28 01:46:19 +05:30 |
|
Ryan Curtin
|
f0e4350bef
|
Merge pull request #2325 from jeffin143/ohe-binding
CLI Binding for one hot encoding
|
2020-08-27 15:59:14 -04:00 |
|
Yashwant
|
36173a39e8
|
switch \donttest to \dontrun.
|
2020-08-27 22:03:05 +05:30 |
|
Yashwant
|
7a321484f9
|
Apply post_r_setup().
|
2020-08-27 14:24:30 +05:30 |
|
Yashwant
|
8126a57cef
|
Update Maintainer in DESCRIPTION file.
|
2020-08-27 07:15:16 +05:30 |
|
Marcus Edel
|
b24bc41819
|
Merge pull request #2553 from jeffin143/bayesian-test
Migrate bayesian_linear_regression related test from boost to catch2.
|
2020-08-26 21:22:56 +02:00 |
|
 jeffin samandRyan Curtin
|
3e500c6476
|
Apply suggestions from code review
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-08-26 12:22:47 +05:30 |
|
iamshnoo
|
c134420b19
|
Fix typos.
|
2020-08-26 09:49:17 +05:30 |
|
iamshnoo
|
8cae5f1b74
|
Update HISTORY.md for Spatial Dropout layer.
|
2020-08-26 09:16:25 +05:30 |
|
jeffin143
|
d27f4a284b
|
fix some docs
|
2020-08-26 01:25:13 +05:30 |
|
 jeffin samandMarcus Edel
|
36c7d3c481
|
Apply suggestions from code review
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2020-08-26 01:23:03 +05:30 |
|
Ryan Birmingham
|
fe98059529
|
Merge pull request #2574 from jeffin143/kernel-test
migrate kernel_* related test from boost to catch2
|
2020-08-25 09:08:07 -05:00 |
|
iamshnoo
|
0c06ed3bfa
|
Merge upstream changes.
|
2020-08-25 18:13:17 +05:30 |
|
iamshnoo
|
9186269eab
|
Fix comment.
|
2020-08-25 18:06:09 +05:30 |
|
Marcus Edel
|
34364d82ac
|
Merge pull request #2578 from nishantkr18/sac_improvement2
A small bug fix for SAC agent, while loading a pretrained model.
|
2020-08-25 11:48:51 +02:00 |
|
 Yashwant Singh PariharandJames J Balamuta
|
d3fc1b9df0
|
Enable a manual trigger.
Co-authored-by: James J Balamuta <coatless@users.noreply.github.com>
|
2020-08-25 08:38:02 +05:30 |
|
Ryan Curtin
|
9855128c87
|
Merge pull request #2579 from mikkac/cv_catch_test
Migrate CVTest from boost to catch2
|
2020-08-24 17:07:56 -04:00 |
|