Fix stratified when class samples were less than folds

Add more tests to make them more robust
This commit is contained in:
2024-05-11 13:25:07 +02:00
parent 71d6055be4
commit 306a9e1fc8
162 changed files with 133215 additions and 315 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)
project(Folding
VERSION 1.0.1
VERSION 1.1.0
DESCRIPTION "Folding utility for BayesNet library"
HOMEPAGE_URL "https://github.com/rmontanana/folding"
LANGUAGES CXX