Commit Graph
22 Commits
Author SHA1 Message Date
Ryan Curtin c8eb3dceac Overhaul documentation homepage (#3836)
* Add pipeline to documentation homepage.

* Fix for mobile devices.

* Add little pipelines to go at the top of each page.

* Overhaul index page.

* Overhaul README to remove redundant material.

* Add installation documentation.

* Update pipelines.

* Allow nesting of deeper details.

* Add a pipeline to the top of the load/save page.

* Add prerequisites link to main pipeline.

* Add better but not finished sidebar.

* Add a couple new documentation pages.

* Fix URLs in svg.

* Incremental checkin.

* Fix Youtube URLs.

* Incremental checkin.

* Minor fixes.

* Add first pass at evaluation/deployment pages.

* Minor spacing and link fixes.

* Flesh out a number of additional pages and write basic compilation documentation.

* Fix some minor issues, and add Docker deployment page (not totally finished yet).

* Add developer documentation landing page.

* Hopefully getting close to the final set of changes here.

* Remove this documentation for now.

* Fix a few links, and the size of the sidebar.

* Fix some additional links.

* Fix a bunch more links.

* Fix another link that now has a better place.

* Refactor test-docs.sh to handle documentation that is a standalone program.

* Fix file exclusions.

* Fully qualify typename.

* Update name of file.

* Fix syntax error.

* Remove files that are not meant to be compiled.

* Also skip the quickstart.

* Move quickstart entry to the top.

* Remove gray coloring of binding documentation.

* Update name of sidebar link.

* Update to working link.

* Fix Wikipedia anchor.
2024-12-20 13:36:12 -05:00
Ryan Curtin 952126a862 Use HTTPS instead of HTTP. 2024-08-27 14:58:40 -04:00
Ryan Curtin 0dffe34cdf Oops, fix location of PDF. 2024-08-27 12:17:27 -04:00
Ryan Curtin 4ac1dd8cc1 Host locally because the other source has been hijacked. 2024-08-24 13:28:32 -04:00
Ryan Curtin 0c9702cb64 Finish MeanShift documentation and debug tests. 2024-07-17 22:06:06 -04:00
Ryan Curtin ef52b3fad6 Make sure a model is saved before the next example loads one. 2024-07-01 15:32:36 -04:00
nikolay apanasovandRyan Curtin 23d9e2769b Updated DecisionTree documentation for BestBinaryCategoricalSplit.
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-06-27 23:37:12 -07:00
nikolay apanasovandRyan Curtin 17f8eab748 Applied suggestions from code review.
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2024-06-27 23:37:12 -07:00
Abhimanyu Dayal ff56953832 Made changes to Decision Tree documentation - NoRecursion flag 2024-03-30 22:02:57 +05:30
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 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 fbec0f2a34 Fully qualify all data:: calls so using namespace mlpack isn't needed. 2023-11-22 14:01:48 -05:00
Ryan Curtin 7addfe1308 Some additional cleanups and shortening. 2023-11-15 11:43:13 -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 75853765fa Handle feedback about documentation. 2023-11-07 17:28:33 -05:00
Ryan Curtin 742eff993c Match naming to the rest of mlpack. 2023-10-18 20:38:03 -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 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