Commit Graph
549 Commits
Author SHA1 Message Date
Ryan Curtin 6ab09ca6c3 Merge pull request #3395 from AdarshSantoria/doc
Fixed documentation
2023-02-06 17:37:28 -05:00
Ryan Curtin 22836c207d Merge pull request #3391 from AdarshSantoria/Alternating-Matrix-Factorization-tutorial
Fixing amf doc as in #3390
2023-02-05 17:30:18 -05:00
Adarsh SantoriaandRyan Curtin a299fc323d Update doc/tutorials/neighbor_search.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-05 01:12:01 +05:30
Adarsh Santoria a58b2a8472 delete undesired commit 2023-02-05 01:11:13 +05:30
Adarsh Santoria 87c106e15a improve efficiency of statement in kmeans.md 2023-02-04 19:34:19 +05:30
Adarsh Santoria b2213238c1 fixing links in kmeans.md 2023-02-04 19:21:12 +05:30
Adarsh Santoria 1e7e2aea64 fix typo in neighbor_search.md 2023-02-04 19:11:36 +05:30
Adarsh Santoria 291b170d8c fix typo in emst.md 2023-02-04 19:08:38 +05:30
Adarsh Santoria f8ea15a15a fix typo in approx_kfn.md 2023-02-04 19:06:44 +05:30
Adarsh Santoria 2d7b72768f removing repeatation in neighbor_search.md 2023-02-04 19:03:45 +05:30
Aditya Raj 46bcedff81 Minor doc fix in bindings.md
I have encountered some minor doc issues while going through the file.
I have tried to fix some of them.

Thanks 
Adi
2023-02-03 19:10:28 +05:30
Ryan Curtin df5ca711bf Merge pull request #3392 from AdarshSantoria/doc
Some similar typos in doc
2023-02-02 15:14:01 -05:00
Adarsh Santoria 648bba0700 changing value of rank of factorization
Reason behind the change is to make the example code more realistic for many problems.
2023-02-02 01:33:39 +05:30
Adarsh SantoriaandRyan Curtin dad54d29d4 Update doc/user/hpt.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-02 01:19:33 +05:30
Adarsh SantoriaandRyan Curtin 267b11116c Update doc/user/cv.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-02 01:19:21 +05:30
Adarsh SantoriaandRyan Curtin 58d3f1f515 Update doc/developer/trees.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-02 01:19:07 +05:30
Adarsh SantoriaandRyan Curtin 1801b4d55a Update doc/tutorials/range_search.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-02 01:18:35 +05:30
Adarsh SantoriaandRyan Curtin 0641deb0c5 Update doc/tutorials/cf.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-02 01:18:16 +05:30
Adarsh SantoriaandRyan Curtin 32637d5325 Update doc/tutorials/approx_kfn.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-02 01:18:07 +05:30
Adarsh SantoriaandRyan Curtin 430d071d11 Update doc/developer/trees.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-02 01:17:45 +05:30
Adarsh Santoria ce849fd9dd fixing typo in cv.md 2023-02-01 18:19:16 +05:30
Adarsh Santoria 09011dd799 fixing error in hpt.md 2023-02-01 18:16:46 +05:30
Adarsh Santoria c37d9f74ef fixing typo in approx_kfn.md 2023-02-01 17:57:27 +05:30
Adarsh Santoria fa73dbb444 fixing links in approx_kfn.md 2023-02-01 17:54:58 +05:30
Adarsh Santoria 94fa2971cd fixing typo in cf.md 2023-02-01 17:49:20 +05:30
Adarsh Santoria 53909b3f9d fixing typo in range_search.md 2023-02-01 17:45:08 +05:30
Adarsh Santoria 54ec3046c4 fixing typo in trees.md 2023-02-01 17:02:45 +05:30
Adarsh Santoria a9616cef31 fix typo in Image Utilities 2023-02-01 16:56:04 +05:30
Adarsh Santoria 152837ffd2 fixing links in kernels.md 2023-02-01 16:53:40 +05:30
Adarsh Santoria b4f7222af0 fixing links in metrics.md 2023-02-01 16:50:57 +05:30
Adarsh Santoria 0327f2edf8 fixing links in trees.md 2023-02-01 16:46:47 +05:30
Adarsh Santoria 3efbe0b260 "updating codes" 2023-02-01 11:34:14 +05:30
Adarsh SantoriaandRyan Curtin 094d9b6a16 Update doc/user/formats.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-02-01 11:19:41 +05:30
Adarsh Santoria 13fafb43e9 Fix a typo 2023-01-27 12:11:46 +05:30
Ryan Curtin 7974349589 Merge pull request #3362 from aadi-raj/doc_typo
A small typo fix in the doc hpt.md
2023-01-26 11:01:35 -05:00
Ryan Curtin f943bffe15 Merge pull request #3373 from rcurtin/fix-cpp-quickstart
Fix name of RandomForest class in C++ quickstart
2023-01-25 20:24:21 -05:00
Ryan Curtin 70ae814f18 Adapt reinforcement learning tutorial to mlpack 4 API. 2023-01-24 12:07:53 -05:00
Ryan Curtin 3d3df8f646 Fix name of class. 2023-01-24 03:18:55 -05:00
aadi-raj 7aa6cbd2ba A small typo fix in the doc hpt.md 2023-01-18 23:52:23 +05:30
Ryan Curtin e0db8a7e7e Merge pull request #3337 from chetanpandey1266/user/chetanpandey1266/minor_doc_update
input to input_ in python quickstart
2022-12-29 13:47:10 -05:00
Ryan Curtin b08aa1a373 Update and release version 4.0.1. 2022-12-29 10:40:18 -05:00
Chetan Pandey a080b40e25 input to input_ in python quickstart 2022-12-08 14:11:31 +05:30
Ryan Curtin e519ef823d Merge pull request #3331 from rcurtin/remove-doxygen-references
Remove last references to doxygen in the documentation.
2022-12-06 06:54:28 -05:00
Chetan Pandey 8e28e78408 improve ann doc (#3334) 2022-12-06 05:14:34 +01:00
Ryan Curtin 4b838602c7 Remove last references to doxygen in the documentation. 2022-12-02 09:29:21 -05:00
Ryan Curtin 47c81f011c Fix example, make sure that it works. 2022-12-02 09:10:06 -05:00
Ryan Curtin 1b4b77b699 Move files that aren't docs into their own folder. 2022-12-02 08:21:57 -05:00
Ryan Curtin e0287388f9 Split image into separate file. 2022-12-02 08:20:10 -05:00
Ryan Curtin 5758547e99 Update missed examples to the mlpack 4 API. 2022-12-02 08:16:44 -05:00
Ryan Curtin 7588142d0b Note new options in documentation. 2022-11-16 08:47:47 -05:00