File: evaluation.md

package info (click to toggle)
mlpack 4.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,272 kB
  • sloc: cpp: 226,039; python: 1,934; sh: 1,198; lisp: 414; makefile: 85
file content (12 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
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