Skip to content
#

hyper-parameters

Here are 8 public repositories matching this topic...

Language: All
Filter by language
mljar-supervised
sbcalaff
sbcalaff commented May 16, 2022

In order to reduce overfitting, I would like to ask for a new parameter: "n_repetitions". This parameter sets the number of complete sets of folds to compute for repeated k-fold cross-validation.

Cross-validation example:

{
    "validation_type": "kfold",
    "k_folds": 5,
    "n_repetitions": 3, # new
    "shuffle": True,
    "stratify": True,
    "random_seed": 123
}
help wanted good first issue docs

Improve this page

Add a description, image, and links to the hyper-parameters topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hyper-parameters topic, visit your repo's landing page and select "manage topics."

Learn more