issues
search
gmontamat
/
gentun
Hyperparameter tuning for machine learning models using a distributed genetic algorithm
https://pypi.org/project/gentun/
Apache License 2.0
85
stars
22
forks
source link
feat: Make Cross Validation optional
#52
Closed
gmontamat
closed
1 month ago
gmontamat
commented
1 month ago
[x] k-Fold Cross Validation is now optional, classic train-val split is default
[x] Simplify model handler names
[x] Add CIFAR10 GeneticCNN example (section 4.2 of the paper)
[x] Log all individuals evaluated (#50)
[x] Do not spam messages when validating parameters, do it once
[x] Add test cases for models.base