Ryan Curtin
|
6edd1104b5
|
Minor changes and fixes.
|
2024-01-13 12:39:36 -05:00 |
|
Ryan Curtin
|
3ee57fdeca
|
Add algorithm sections to index page.
|
2024-01-11 16:49:32 -05:00 |
|
Ryan Curtin
|
c8cf815f8b
|
Document Gradient().
|
2024-01-11 12:48:02 -05:00 |
|
Ryan Curtin
|
bf5f0eaa96
|
Add first attempt at core documentation.
|
2024-01-11 11:28:30 -05:00 |
|
Ryan Curtin
|
6439a808c2
|
Add a citation documentation page.
|
2024-01-10 11:15:58 -05:00 |
|
Ryan Curtin
|
44191ef379
|
Some documentation on matrices and file formats.
|
2024-01-10 11:15:12 -05:00 |
|
Ryan Curtin
|
8a64e8157c
|
Add some citation information.
|
2024-01-03 11:53:25 -05:00 |
|
Ryan Curtin
|
bd428901c8
|
Add first pass at main documentation page.
|
2023-12-21 11:00:14 -05:00 |
|
Ryan Curtin
|
d678052e02
|
Merge pull request #3564 from rcurtin/logistic-regression-doc
Add documentation for `LogisticRegression` and `SoftmaxRegression`
|
2023-12-21 09:00:21 -05:00 |
|
Ryan Curtin
|
65abfb5c60
|
Merge pull request #3560 from rcurtin/adaboost-doc
Documentation for `AdaBoost` and `Perceptron`
|
2023-11-30 12:56:15 -05:00 |
|
James J Balamuta
|
bf70ccc6ca
|
Merge pull request #3350 from rcurtin/rf-doc
Markdown documentation for `DecisionTree`, `DecisionTreeRegressor`, and `RandomForest`
|
2023-11-29 13:29:13 -07:00 |
|
Ryan Curtin
|
7edaee6de4
|
Fix parameter documentation for DecisionTreeRegressor.
|
2023-11-29 09:57:09 -05:00 |
|
Ryan Curtin
|
357f3ee5fb
|
Remove unnecessary text.
|
2023-11-27 16:52:25 -05:00 |
|
Ryan Curtin
|
5f1a3a21fe
|
Fix missing separator.
|
2023-11-27 14:18:32 -05:00 |
|
Ryan Curtin
|
c8726ff2ee
|
Update and release version 4.3.0.
|
2023-11-27 13:27:20 -05:00 |
|
Ryan Curtin
|
d614ae8cfd
|
Fix minor typos in documentation.
|
2023-11-24 13:57:15 -05:00 |
|
Ryan Curtin
|
cd51ca3504
|
Fix examples.
|
2023-11-24 13:53:38 -05:00 |
|
Ryan Curtin
|
38fa52abaf
|
Merge remote-tracking branch 'origin/master' into logistic-regression-doc
|
2023-11-24 12:21:02 -05:00 |
|
Ryan Curtin
|
124e03b7b9
|
Fix documentation for softmax regression.
|
2023-11-24 12:20:53 -05:00 |
|
Ryan Curtin
|
9556fb692c
|
First step at updating softmax regression implementation.
|
2023-11-24 09:31:17 -05:00 |
|
Ryan Curtin
|
fe613c9cd4
|
Remove unnecessary line.
|
2023-11-22 17:46:06 -05:00 |
|
Ryan Curtin
|
eafbf2e789
|
First attempt at softmax regression documentation.
|
2023-11-22 17:07:10 -05:00 |
|
Ryan Curtin
|
fd1f16ce2c
|
Minor cleanups.
|
2023-11-22 17:07:03 -05:00 |
|
Ryan Curtin
|
9b8797711c
|
Fully qualify data:: uses so that using namespace mlpack isn't needed.
|
2023-11-22 14:03:15 -05:00 |
|
Ryan Curtin
|
2901263636
|
Merge branch 'rf-doc' into adaboost-doc
|
2023-11-22 14:02:28 -05:00 |
|
Ryan Curtin
|
1a365ba906
|
Merge remote-tracking branch 'origin/master' into rf-doc
|
2023-11-22 14:01:58 -05:00 |
|
Ryan Curtin
|
fbec0f2a34
|
Fully qualify all data:: calls so using namespace mlpack isn't needed.
|
2023-11-22 14:01:48 -05:00 |
|
Ryan Curtin
|
62726fdb74
|
Minor cleanups.
|
2023-11-22 13:59:40 -05:00 |
|
Ryan Curtin
|
dbdc3388a4
|
Fix examples so that they compile and run.
|
2023-11-22 13:53:24 -05:00 |
|
Ryan Curtin
|
347581969d
|
Add first attempt at logistic regression documentation.
|
2023-11-15 15:58:48 -05:00 |
|
Ryan Curtin
|
14266cb424
|
Merge branch 'rf-doc' into adaboost-doc
|
2023-11-15 11:50:46 -05:00 |
|
Ryan Curtin
|
86d637ac6d
|
Fix capitalization to match the rest of the documentation.
|
2023-11-15 11:50:37 -05:00 |
|
Ryan Curtin
|
edafa00ea4
|
Fix capitalization to match the rest of the documentation.
|
2023-11-15 11:50:00 -05:00 |
|
Ryan Curtin
|
1c78d3efa2
|
Some additional cleanups and shortening.
|
2023-11-15 11:44:24 -05:00 |
|
Ryan Curtin
|
b084c1a648
|
Merge branch 'rf-doc' into adaboost-doc
|
2023-11-15 11:43:54 -05:00 |
|
Ryan Curtin
|
7addfe1308
|
Some additional cleanups and shortening.
|
2023-11-15 11:43:13 -05:00 |
|
Ryan Curtin
|
c62a6dcaa9
|
Fully qualify namespace for AdaBoost and Perceptron.
|
2023-11-15 11:29:11 -05:00 |
|
Ryan Curtin
|
471dbeafe6
|
Use C++17 and fully qualify mlpack namespace in examples.
|
2023-11-15 11:27:36 -05:00 |
|
Ryan Curtin
|
0344f1d1ce
|
Oops, remove redundant bullet point.
|
2023-11-15 11:27:36 -05:00 |
|
Ryan Curtin
|
084f5d756d
|
Handle feedback about documentation.
|
2023-11-15 11:27:36 -05:00 |
|
Ryan Curtin
|
ab404c9733
|
Fix plurality.
|
2023-11-15 11:27:36 -05:00 |
|
Ryan Curtin
|
32dac3f0d9
|
Fix name of parameter.
|
2023-11-15 11:27:36 -05:00 |
|
Ryan Curtin
|
92432d9ec8
|
Match naming to the rest of mlpack.
|
2023-11-15 11:27:36 -05:00 |
|
Ryan Curtin
|
dc7d684910
|
No need to specify the number of classes.
|
2023-11-15 11:27:36 -05:00 |
|
Ryan Curtin
|
fdeaade0f2
|
Standardize capitalization in h3 headers.
|
2023-11-15 11:27:36 -05:00 |
|
Ryan Curtin
|
b308639996
|
Use C++17 and fully qualify mlpack namespace in examples.
|
2023-11-15 11:26:19 -05:00 |
|
Ryan Curtin
|
652aabea19
|
Fix compilation issues and make sure examples work.
|
2023-11-15 11:23:30 -05:00 |
|
Ryan Curtin
|
7480582e30
|
Add a separator.
|
2023-11-13 17:08:49 -05:00 |
|
Ryan Curtin
|
7769b58e87
|
Add quick descriptions of template types.
|
2023-11-13 17:07:59 -05:00 |
|
Ryan Curtin
|
1250bd8ee6
|
Fix small rendering issues.
|
2023-11-13 17:06:12 -05:00 |
|