Package

io.picnicml.doddlemodel

modelselection

Permalink

package modelselection

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. modelselection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CrossValReusable(yes: Boolean) extends Product with Serializable

    Permalink
  2. class CrossValidation extends AnyRef

    Permalink

    A parallel, n-fold cross validation technique.

  3. trait DataSplitter extends AnyRef

    Permalink
  4. class GroupKFoldSplitter extends DataSplitter

    Permalink

    K-Folds strategy for splitting data that makes sure groups in each fold are non-overlapping, i.e no group is present in both training and testing splits.

    K-Folds strategy for splitting data that makes sure groups in each fold are non-overlapping, i.e no group is present in both training and testing splits. Folds try to be as balanced as possible, i.e. the number of test examples in each fold is approximately the same.

  5. class HyperparameterSearch extends AnyRef

    Permalink

    A parallel hyperparameter search using n-fold cross validation.

  6. class KFoldSplitter extends DataSplitter

    Permalink

    K-Folds strategy for splitting data.

Inherited from AnyRef

Inherited from Any

Ungrouped