Skip to content

CrossValidation type #420

@tpoisot

Description

@tpoisot

Currently cross-validation is returned as a named tuple with validation and training. It would be much nicer to do

mutable struct CrossValidation
   validation::Vector{ConfusionMatrix}
   training::Vector{ConfusionMatrix}
end

This is fully backward compatible but we can have much nicer interface with e.g. PrettyTables and maybe a plotting method?

Metadata

Metadata

Assignees

No one assigned

    Labels

    🏖️ low effortIssue that can be tackled without too much problem🧑‍🏫 educationIssue related to workshops/classes🧠 SDeMoChanges primarily affecting or taking place in SDeMo

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions