cmercier
|
4808ee2a52
|
Fix rare failures.
|
2020-06-23 10:38:07 +02:00 |
|
cmercier
|
5fd9998089
|
Do not copy the data if centerData and scaleData are false.
|
2020-06-23 10:37:26 +02:00 |
|
 merciercandRyan Curtin
|
ec6ff27fde
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-06-23 08:57:57 +02:00 |
|
 merciercandRyan Curtin
|
8ea252a00e
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_main.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-06-23 08:56:33 +02:00 |
|
 merciercandRyan Curtin
|
6dc928d0be
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-06-23 08:56:23 +02:00 |
|
 merciercandRyan Curtin
|
d873b03213
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-06-23 08:56:09 +02:00 |
|
 merciercandRyan Curtin
|
ff55cc5ab6
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-06-23 08:55:43 +02:00 |
|
 merciercandRyan Curtin
|
ff5cd8337c
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-06-23 08:55:23 +02:00 |
|
 merciercandRyan Curtin
|
f60f5d91b6
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-06-23 08:40:07 +02:00 |
|
cmercier
|
d5669f0f13
|
Formatting.
|
2020-06-17 11:23:33 +02:00 |
|
cmercier
|
4542f8c16f
|
Fix documentation.
|
2020-06-17 09:16:24 +02:00 |
|
cmercier
|
612a66b50a
|
Add documentation for CenterScaleDataPred() and fix bug with stddev().
|
2020-06-17 09:11:12 +02:00 |
|
cmercier
|
127260221f
|
Rewrite the CenterScaleData() method to avoid 2 vectors of size nDims if centerData and scaleData are false.
|
2020-06-04 21:10:50 +02:00 |
|
cmercier
|
23b41c66a5
|
Check model are different with the option specified. Add test for input and input_model in main_test.
|
2020-05-29 09:59:23 +02:00 |
|
cmercier
|
3b31ffc421
|
Add serialization test.
|
2020-05-29 08:51:29 +02:00 |
|
cmercier
|
734832b32b
|
Add test for the estimatior of standard deviation of the responses.
|
2020-05-25 17:54:06 +02:00 |
|
cmercier
|
f57711ca9b
|
Replace REQUIRE_CLOSE() instead of REQUIRE_CLOSE().
|
2020-05-25 17:40:19 +02:00 |
|
cmercier
|
204986230e
|
Change paramters name and types from the changes in main.cpp.
|
2020-05-25 12:27:06 +02:00 |
|
 merciercandRyan Curtin
|
c23cc1cb88
|
Update src/mlpack/tests/main_tests/bayesian_linear_regression_test.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-25 12:13:15 +02:00 |
|
cmercier
|
beccf2b1f7
|
Use PARAM_ROW_IN() for responses and delete the estimator if (data, responses) dims are not coherent.
|
2020-05-25 11:52:05 +02:00 |
|
cmercier
|
b24d45a90a
|
Center and scale the data with the -c and -s flags.
|
2020-05-25 11:29:51 +02:00 |
|
cmercier
|
0b533e0a81
|
output_predictions and output_std parameters become predictions and stds.
|
2020-05-25 10:31:00 +02:00 |
|
cmercier
|
425c184aba
|
Add a comand line example for the uncertainties.
|
2020-05-25 10:27:07 +02:00 |
|
cmercier
|
3f1be30f7e
|
Precise to call Train() before to call Beta(), Variance() and Alpha().
|
2020-05-25 09:28:42 +02:00 |
|
cmercier
|
8b7b253c1a
|
CenterScaleData becomes private.
|
2020-05-25 09:17:26 +02:00 |
|
cmercier
|
3bf6cea01c
|
Rename some variables to follow the guidelines.
|
2020-05-20 19:04:43 +02:00 |
|
cmercier
|
1aa4a10808
|
Inline operations and change variables names.
|
2020-05-20 09:32:05 +02:00 |
|
 merciercandRyan Curtin
|
b224702729
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_main.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:28:41 +02:00 |
|
 merciercandRyan Curtin
|
4ad323970f
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_main.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:26:02 +02:00 |
|
 merciercandRyan Curtin
|
c115dc86ab
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_main.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:25:45 +02:00 |
|
 merciercandRyan Curtin
|
d38bac2ccb
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_main.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:25:25 +02:00 |
|
 merciercandRyan Curtin
|
9e3e07bd3d
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression_main.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:24:25 +02:00 |
|
 merciercandRyan Curtin
|
0ca2780e00
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:24:01 +02:00 |
|
 merciercandRyan Curtin
|
21d96818e9
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:23:33 +02:00 |
|
 merciercandRyan Curtin
|
be0d3d6a44
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:23:14 +02:00 |
|
 merciercandRyan Curtin
|
0e37aeeca9
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:22:57 +02:00 |
|
 merciercandRyan Curtin
|
28a048721c
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:22:00 +02:00 |
|
 merciercandRyan Curtin
|
240b2ed15f
|
Update src/mlpack/methods/bayesian_linear_regression/CMakeLists.txt
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:21:37 +02:00 |
|
 merciercandRyan Curtin
|
083cb402f8
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:20:55 +02:00 |
|
 merciercandRyan Curtin
|
0d1fe0413f
|
Update src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.cpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
|
2020-05-20 07:20:43 +02:00 |
|
cmercier
|
80ce046bb9
|
Revert "Modification of the CMakeLists.txt for rmv regression."
This reverts commit 4efb8b6730.
|
2020-05-19 11:38:32 +02:00 |
|
cmercier
|
d007bbae11
|
Merge branch 'feat/bayesian_ridge' of https://github.com/mercierc/mlpack into feat/bayesian_ridge
|
2020-05-19 11:30:55 +02:00 |
|
cmercier
|
e86b1b3f71
|
Revert "Add Relevance Vector Machine for regression."
This reverts commit daab1ead13.
|
2020-05-19 11:28:25 +02:00 |
|
cmercier
|
3fc8454896
|
Revert "Add Relevance Vector Machine for regression."
This reverts commit daab1ead13.
|
2020-05-19 11:21:37 +02:00 |
|
cmercier
|
daab1ead13
|
Add Relevance Vector Machine for regression.
|
2020-05-19 11:09:47 +02:00 |
|
cmercier
|
4efb8b6730
|
Modification of the CMakeLists.txt for rmv regression.
|
2020-05-19 11:07:22 +02:00 |
|
cmercier
|
7d519cee8b
|
Formatting.
|
2020-05-13 16:35:17 +02:00 |
|
cmercier
|
1092540840
|
Formatting.
|
2020-05-12 20:28:22 +02:00 |
|
cmercier
|
37fd0c3f58
|
Formatting.
|
2020-05-12 14:32:35 +02:00 |
|
cmercier
|
072a6ede30
|
Change BayesianRidge for BayesiabLinearRegression.
|
2020-05-12 08:35:08 +02:00 |
|