Merge pull request #3678 from rcurtin/sidebar-basics

Add more links to sidebar, including CV/HPT.
This commit is contained in:
Ryan Curtin
2024-04-08 10:40:53 -04:00
committed by GitHub
2 changed files with 62 additions and 6 deletions
+5 -2
View File
@@ -124,9 +124,12 @@ Transform data from one space to another.
### Modeling utilities
Cross-validation, hyperparameter tuning, etc.
Tools for assembling a full data science pipeline.
<!-- TODO: add some -->
* [Cross-validation](user/cv.md): k-fold cross-validation tools for any mlpack
algorithm
* [Hyperparameter tuning](user/hpt.md): generic hyperparameter tuner to find
good hyperparameters for any mlpack algorithm
## Bindings to other languages
+57 -4
View File
@@ -18,7 +18,44 @@ when the sidebar is built for each page.
<ul>
<li>
<a href="LINKROOTuser/core.html">Core</a>
<details>
<summary>
<a href="LINKROOTindex.html#mlpack-basics">
Basics
</a>
</summary>
<ul>
<li>
<a href="LINKROOTquickstart/cpp.html">
C++ quickstart
</a>
</li>
<li>
<a href="LINKROOTindex.html#bindings-to-other-languages">
Binding quickstarts
</a>
</li>
<li>
<a href="LINKROOTuser/matrices.html">
Matrices and data
</a>
</li>
<li>
<a href="LINKROOTuser/load_save.html">
Loading and saving
</a>
</li>
<li>
<a href="LINKROOTcitation.html">
Citation
</a>
</li>
</ul>
</details>
</li>
<li>
<a href="LINKROOTuser/core.html">Core library functions</a>
</li>
<!-- Classification algorithms -->
@@ -142,9 +179,25 @@ when the sidebar is built for each page.
<!-- Modeling utilities -->
<li>
<a href="LINKROOTindex.html#modeling-utilities">
Modeling
</a>
<details>
<summary>
<a href="LINKROOTindex.html#modeling-utilities">
Modeling
</a>
</summary>
<ul>
<li>
<a href="LINKROOTuser/cv.html">
Cross-validation
</a>
</li>
<li>
<a href="LINKROOTuser/hpt.html">
Hyperparameter tuning
</a>
</li>
</ul>
</details>
</li>
<!-- Bindings to other languages -->