Skip to content

Commit

Permalink
Merge pull request #3678 from rcurtin/sidebar-basics
Browse files Browse the repository at this point in the history
Add more links to sidebar, including CV/HPT.
  • Loading branch information
rcurtin committed Apr 8, 2024
2 parents 414a946 + 918f8c2 commit 8f722ef
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 6 deletions.
7 changes: 5 additions & 2 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
61 changes: 57 additions & 4 deletions doc/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,44 @@

<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 -->
Expand Down Expand Up @@ -142,9 +179,25 @@

<!-- 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 -->
Expand Down

0 comments on commit 8f722ef

Please sign in to comment.