File: evaluation.md

package info (click to toggle)
mlpack 4.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 32,064 kB
  • sloc: cpp: 233,202; python: 1,940; sh: 1,201; lisp: 414; makefile: 85
file content (12 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<object data="../img/pipeline-top-5.svg" type="image/svg+xml" id="pipeline-top">
</object>

# Evaluation

Once a model is trained, mlpack contains a number of utilities for testing the
model.

 * [Cross-validation](cv.md): k-fold cross-validation tools for any mlpack
   algorithm
 * [Hyperparameter tuning](hpt.md): generic hyperparameter tuner to find
   good hyperparameters for any mlpack algorithm