Commit Graph
61 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 defe9df2a4 Fix links in documentation. 2024-09-25 22:39:05 -04:00
Ryan Curtin 0c9702cb64 Finish MeanShift documentation and debug tests. 2024-07-17 22:06:06 -04:00
Ryan Curtin 8d732b438f Update Jupyter notebook example links. 2024-07-01 10:35:05 -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 fbec0f2a34 Fully qualify all data:: calls so using namespace mlpack isn't needed. 2023-11-22 14:01:48 -05:00
Ryan Curtin 86d637ac6d Fix capitalization to match the rest of the documentation. 2023-11-15 11:50:37 -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 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 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 36b17b7efd Fix minor errors that were found in the documentation. 2023-10-11 18:00:38 -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
Ryan Curtin 659df45b87 Minor cleanups and fixes. 2023-10-02 16:36:28 -04:00
Ryan Curtin ddbee2abca Some fixes so that processed Markdown looks better. 2023-10-02 15:17:53 -04:00
Ryan Curtin 158475b205 Add a note about different element types. 2023-09-25 17:35:29 -04:00
Ryan Curtin 4558b740cc Flesh out advanced functionality section. 2023-09-25 17:27:19 -04:00
Ryan Curtin 50a66cec6b Start advanced functionality section. 2023-09-25 16:47:48 -04:00
Ryan Curtin 1c60f35401 Fix quick links. 2023-09-25 16:37:26 -04:00
Ryan Curtin e00044cf79 Try some more cleanups and reorganization. 2023-09-25 16:35:58 -04:00
Ryan Curtin cb973f3890 Try an empty cell for better spacing. 2023-09-25 14:09:36 -04:00
Ryan Curtin 17b1c7011c Fix table header. 2023-09-25 14:08:52 -04:00
Ryan Curtin f90702fca8 Cleanups for Classify() section. 2023-09-25 14:08:18 -04:00
Ryan Curtin f309e78f8c Actually, let's just label it as an excerpt. 2023-09-25 13:53:19 -04:00
Ryan Curtin 38ef85e84f Make things a bit more clear. 2023-09-25 13:52:52 -04:00
Ryan Curtin 85617721ab Revert to Markdown links. 2023-09-25 13:51:38 -04:00
Ryan Curtin 52e78eb33a Try font colors. 2023-09-25 13:50:18 -04:00
Ryan Curtin da6e8ef42b Fix name of span. 2023-09-25 13:49:43 -04:00
Ryan Curtin bc2d022649 Attempt manual comment denotation. 2023-09-25 13:48:33 -04:00
Ryan Curtin e0836b5396 What happens if I do this? 2023-09-25 13:45:44 -04:00
Ryan Curtin 54c77d5a12 Use a pre block instead. 2023-09-25 13:44:58 -04:00
Ryan Curtin 21fd787a42 Try a direct link. 2023-09-25 13:44:02 -04:00
Ryan Curtin 8f43decde0 Some additional cleanups. 2023-09-25 13:43:24 -04:00
Ryan Curtin a0cb77500f Reorganize constructors. 2023-09-25 13:41:11 -04:00
Ryan Curtin 7333200ffc Clean up Train() documentation. 2023-09-25 13:39:35 -04:00
Ryan Curtin b2aa9025d5 Fix table header. 2023-09-25 13:35:21 -04:00
Ryan Curtin b522344370 Some additional cleanups of constructor section. 2023-09-25 13:34:52 -04:00