Commit Graph
204 Commits
Author SHA1 Message Date
Omar Shrit c219641ef8 Merge pull request #3693 from shrit/coot_17
coot 17: Refactor MakeAlias to make it compatible with bandicoot
2024-05-16 12:14:07 +02:00
Omar ShritandRyan Curtin 58970a51f1 Update doc/user/core.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-05-15 11:54:32 +02:00
Omar Shrit eef5b684a8 Fix the comments as requested
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-05-14 20:36:46 +02:00
Omar Shrit 0f2bc5cb0a Update Core with new MakeAlias signature
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-05-14 12:25:34 +02:00
Ryan Curtin b3ddc0257f Merge pull request #3688 from rcurtin/nmf-doc
Documentation for `NMF` plus some bugfixes
2024-04-22 17:06:02 -04:00
Ryan Curtin f707299982 Clarify tradeoffs of rank selection. 2024-04-16 18:21:11 -04:00
Ryan Curtin 1744769970 Fix AdaBoost table. 2024-04-15 16:04:23 -04:00
Ryan Curtin 56bc75a62b Some extra documentation cleanup. 2024-04-11 17:06:12 -04:00
Ryan Curtin 033153721f Fix minor issues with documentation. 2024-04-11 16:42:08 -04:00
Ryan Curtin ac37df3bb0 Add documentation for NMF and convenience typedef from AMF. 2024-04-11 11:01:56 -04:00
Ryan Curtin 574dbf03e5 Actually perform auto-detection for sparse matrices, and add tests. 2024-04-11 10:55:03 -04:00
Ryan Curtin 2abceaedf3 Point out that sparse matrices can be loaded this way too. 2024-04-11 10:54:14 -04:00
Ryan Curtin fb6baba779 Update Weka links. 2024-04-03 13:58:02 -04:00
Ryan Curtin 276dc85aac Fix links in PCA documentation. 2024-04-03 13:57:34 -04:00
Ryan Curtin 294d80da35 Revisions to PCA documentation. 2024-04-03 13:21:16 -04:00
Ryan Curtin b3fd17e65f Add documentation for PCA. 2024-04-02 14:54:21 -04:00
Ryan Curtin e9be8af2cc Clean up MakeAlias() and put it in only one place. 2024-04-02 14:51:50 -04:00
Abhimanyu Dayal ff56953832 Made changes to Decision Tree documentation - NoRecursion flag 2024-03-30 22:02:57 +05:30
Ryan Curtin 24e6c9383a Merge pull request #3652 from rcurtin/doc-sidebar
Add automatically-generated sidebar for documentation
2024-03-22 11:46:40 -04:00
Omar ShritandRyan Curtin 5c291b2d0d Update doc/user/core.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-03-07 17:45:35 +01:00
Omar Shrit 0d206ae0a5 Fix the docs
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-03-07 14:03:06 +01:00
Ryan Curtin d8104e6ee1 Fix some Adaboost documentation that did not compile. 2024-02-28 17:24:59 -05:00
Ryan Curtin 2d1269edf7 Fix documentation that had snippets that would not build. 2024-02-28 16:54:46 -05:00
Ryan Curtin 72cf442586 Fix all broken links and handle a few other TODOs. 2024-02-26 20:13:04 -05:00
Ryan Curtin 08b3cd1e34 Minor wording changes and other fixes. 2024-01-31 10:21:51 -05:00
Ryan Curtin b5b8a13635 Handle some TODOs. 2024-01-31 10:13:21 -05:00
Ryan Curtin cee933d34d Fix minor compilation issues in examples. 2024-01-31 10:04:10 -05:00
Ryan Curtin 21b444034c Document last few remaining functions in core/math/. 2024-01-28 22:02:58 -05:00
Ryan Curtin 45f3bf87a5 Document RandomBasis() and add examples for random number utilities. 2024-01-23 15:40:07 -05:00
Ryan Curtin 81c59a1a94 Document random number utilities. 2024-01-23 15:16:48 -05:00
Ryan Curtin 50c475c1b6 Document logarithmic utilities. 2024-01-23 15:02:55 -05:00
Ryan Curtin 70cc7ae5dd Basic documentation outline for digamma/trigamma; still needs some work. 2024-01-23 13:58:37 -05:00
Ryan Curtin 163f2245bb Document ColumnsToBlocks. 2024-01-23 13:47:01 -05:00
Ryan Curtin 13b4d5321b Document ColumnCovariance(). 2024-01-23 12:18:28 -05:00
Ryan Curtin 0820672403 Don't use math:: namespace for Range; it doesn't exist anymore. 2024-01-23 12:18:09 -05:00
Ryan Curtin dcebb72e56 Merge remote-tracking branch 'origin/master' into main-docs 2024-01-13 12:47:48 -05:00
Ryan Curtin 6edd1104b5 Minor changes and fixes. 2024-01-13 12:39:36 -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 44191ef379 Some documentation on matrices and file formats. 2024-01-10 11:15:12 -05:00
Ryan Curtin 2f070065d5 Merge remote-tracking branch 'origin/master' into nbc-lr-lars-doc 2023-12-23 12:16:13 -05:00
Ryan Curtin 385a4f2d28 Merge remote-tracking branch 'origin/master' into hoeffding_trees_doc 2023-12-22 15:07:42 -05:00
Ryan Curtin ad563f9acb Merge remote-tracking branch 'origin/master' into linear_svm_doc 2023-12-22 09:46:25 -05:00
Ryan Curtin 192830f5a3 Merge remote-tracking branch 'origin/master' into bayesian_linear_regression_doc 2023-12-21 09:01:56 -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 b74b8bc476 Detail fitness functions a little more. 2023-12-19 21:06:41 +00:00
Ryan Curtin 36da8c07a3 Minor cleanup. 2023-12-15 09:47:56 -05:00
Ryan Curtin 926aea6323 Fix problematic examples; remove bits about sparse support. 2023-12-15 09:39:51 -05:00
Ryan Curtin 9c0ec1d399 Add first attempt at Bayesian linear regression documentation. 2023-12-14 15:58:34 -05:00
Ryan Curtin 4b75c5ad1f Fix minor problems found with rendered documentation. 2023-12-14 14:11:59 -05:00