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 |
|
Ryan Curtin
|
c357506fdd
|
Fix minor bugs in examples.
|
2023-12-14 14:06:06 -05:00 |
|
Ryan Curtin
|
f255930ba4
|
Test new overloads of Train() and constructor; adapt for sparse tests; fix some bugs with SGD-type optimizers.
|
2023-12-14 13:52:20 -05:00 |
|
Ryan Curtin
|
f3cc2328d1
|
Fix some minor issues with constructors.
|
2023-12-14 10:34:58 -05:00 |
|
Ryan Curtin
|
d4c335e7b3
|
Add first pass of linear SVM documentation.
|
2023-12-11 17:18:35 -05:00 |
|
Ryan Curtin
|
25ba022503
|
Link to fully-working examples from examples repository.
|
2023-12-11 13:17:09 -05:00 |
|
Ryan Curtin
|
b54f7544ed
|
Fix typo.
|
2023-12-11 12:33:13 -05:00 |
|
Ryan Curtin
|
eb4b78ad56
|
Clean up documentation.
|
2023-12-11 12:29:54 -05:00 |
|
Ryan Curtin
|
2a5de809c9
|
Some additional documentation updates.
|
2023-12-11 11:53:54 -05:00 |
|
Ryan Curtin
|
081a048179
|
Add a comment to the class description.
|
2023-12-11 08:58:15 -05:00 |
|
Ryan Curtin
|
ce6722ff5b
|
Add HoeffdingTree documentation first pass.
|
2023-12-08 17:12:00 -05:00 |
|
Ryan Curtin
|
e8256a320a
|
Merge remote-tracking branch 'origin/master' into nbc-lr-lars-doc
|
2023-12-08 10:14:42 -05:00 |
|
Ryan Curtin
|
f7b5377c47
|
Fix some tiny other issues.
|
2023-12-08 10:01:51 -05:00 |
|
Ryan Curtin
|
b0f0d9a39a
|
Fix minor issues found in the documentation.
|
2023-12-08 09:59:08 -05:00 |
|
Ryan Curtin
|
632d7abd9c
|
Change transposeData parameter to colMajor for clarity.
|
2023-12-08 09:50:37 -05:00 |
|
Ryan Curtin
|
53a108f5ea
|
Fix errors in examples.
|
2023-12-08 09:05:32 -05:00 |
|
Ryan Curtin
|
0008e0f715
|
Fix some minor bugs and clarify documentation about external Gram matrices.
|
2023-12-05 23:20:36 -05:00 |
|
Ryan Curtin
|
807876a7d8
|
Update documentation.
|
2023-12-04 11:25:32 -05:00 |
|
Ryan Curtin
|
4005f5e91e
|
Add first pass at LARS documentation.
|
2023-11-30 16:57:59 -05:00 |
|
Ryan Curtin
|
3ef93bc29b
|
Add first step towards LARS documentation.
|
2023-11-30 12:57:36 -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 |
|
Ryan Curtin
|
abae46cbff
|
Remove TODO that is fixed.
|
2023-11-30 11:31:11 -05:00 |
|
Ryan Curtin
|
30dd6fb3ff
|
Add linear regression documentation (fully tested).
|
2023-11-30 11:17:49 -05:00 |
|
Ryan Curtin
|
b741ee30b1
|
Remove fixed TODO.
|
2023-11-29 11:11:31 -05:00 |
|
Ryan Curtin
|
7edaee6de4
|
Fix parameter documentation for DecisionTreeRegressor.
|
2023-11-29 09:57:09 -05:00 |
|
Ryan Curtin
|
599a630656
|
Fix object names.
|
2023-11-27 17:23:24 -05:00 |
|
Ryan Curtin
|
4682706a99
|
Some additional cleanups and fixes.
|
2023-11-27 17:22:31 -05:00 |
|
Ryan Curtin
|
308be4fa95
|
Add a caveat about sparse model types.
|
2023-11-27 17:16:39 -05:00 |
|
Ryan Curtin
|
4878ade588
|
Point out Epsilon() method.
|
2023-11-27 17:13:24 -05:00 |
|
Ryan Curtin
|
b9ba26b4f9
|
Fix example code.
|
2023-11-27 17:05:41 -05:00 |
|
Ryan Curtin
|
357f3ee5fb
|
Remove unnecessary text.
|
2023-11-27 16:52:25 -05:00 |
|
Ryan Curtin
|
727fb58ada
|
Add documentation for NaiveBayesClassifier.
|
2023-11-27 16:51:39 -05:00 |
|
Ryan Curtin
|
5f1a3a21fe
|
Fix missing separator.
|
2023-11-27 14:18:32 -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
|
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 |
|