Commit Graph
85 Commits
Author SHA1 Message Date
Ryan Curtin 65abfb5c60 Merge pull request #3560 from rcurtin/adaboost-doc
Documentation for `AdaBoost` and `Perceptron`
2023-11-30 12:56:15 -05: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 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 fbec0f2a34 Fully qualify all data:: calls so using namespace mlpack isn't needed. 2023-11-22 14:01: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
Ryan Curtin 23fb0bbe34 Remove functions that will be deprecated; remove finished TODOs. 2023-11-13 16:53:11 -05:00
Ryan Curtin cd3c6da4f1 Clean up AdaBoost documentation; move example to top; remove unneeded text. 2023-11-13 16:10:51 -05:00
Ryan Curtin 68f5acda94 Slight cleanup to standalone functions. 2023-11-13 14:18:06 -05:00
Ryan Curtin 97b5560739 Some additional cleanups and fixes. 2023-11-08 16:55:59 -05:00
Ryan Curtin 26c5d600b7 Perceptrons are multi-class. 2023-11-08 16:32:48 -05:00
Ryan Curtin a920b912dc Finish perceptron documentation; apply significant cleanups. 2023-11-08 11:15:21 -05:00
Ryan Curtin ec29a6dc2b Oops, remove redundant bullet point. 2023-11-07 17:33:51 -05:00
Ryan Curtin 75853765fa Handle feedback about documentation. 2023-11-07 17:28:33 -05:00
Ryan Curtin 82080994b3 Incremental steps on AdaBoost documentation. 2023-11-01 15:19:55 -04:00
Ryan Curtin 13da8cb7ce First draft of Perceptron documentation. 2023-10-23 18:32:17 -04:00
Ryan Curtin 60a386de04 Add first pass of AdaBoost documentation. 2023-10-23 14:33:43 -04:00
Ryan Curtin ff362db2e2 Fix plurality. 2023-10-19 16:38:09 -04:00
Ryan Curtin 9068890178 Fix name of parameter. 2023-10-19 16:36:43 -04:00
Ryan Curtin 742eff993c Match naming to the rest of mlpack. 2023-10-18 20:38:03 -04:00
Ryan Curtin 8cfed4a430 No need to specify the number of classes. 2023-10-18 20:37:02 -04:00
Ryan Curtin 4b7198946d Standardize capitalization in h3 headers. 2023-10-18 20:29:52 -04:00
Ryan Curtin 6d6af0faea Some cleanups and minor correctness changes. All examples now compile and run. 2023-10-18 19:56:39 -04:00
Ryan Curtin 6954762295 Add documentation for random forest. 2023-10-11 18:00:48 -04:00
Ryan Curtin 36b17b7efd Fix minor errors that were found in the documentation. 2023-10-11 18:00:38 -04:00
Ryan Curtin 09a79f9bef Add documentation for DecisionTreeRegressor<> class. 2023-10-04 17:52:14 -04:00
Ryan Curtin 98503c37b8 Some additional cleanups. 2023-10-04 17:51:43 -04:00
Ryan Curtin 10133c2c11 Some additional cleanups, clarifications, and compression. 2023-10-04 15:09:35 -04:00
Ryan Curtin 47392de621 Mention that instantiated DimensionSelectionTypes can be passed. 2023-10-04 15:03:43 -04:00
Ryan Curtin ab28eca630 Add details about (new) weighted numerical-only constructors. 2023-10-04 15:03:30 -04:00