-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
🏖️ low effortIssue that can be tackled without too much problemIssue that can be tackled without too much problem🧑🏫 educationIssue related to workshops/classesIssue related to workshops/classes🧠 SDeMoChanges primarily affecting or taking place in SDeMoChanges primarily affecting or taking place in SDeMo
Milestone
Description
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
Labels
🏖️ low effortIssue that can be tackled without too much problemIssue that can be tackled without too much problem🧑🏫 educationIssue related to workshops/classesIssue related to workshops/classes🧠 SDeMoChanges primarily affecting or taking place in SDeMoChanges primarily affecting or taking place in SDeMo
Type
Projects
Status
Todo