Skip to content

Commit 10235e3

Browse files
committed
Use optuna for hyperparameter tuning
1 parent 6b9ef9f commit 10235e3

File tree

3 files changed

+418
-65
lines changed

3 files changed

+418
-65
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,7 @@ coverage/
9494
*.nbconvert*
9595

9696
# Python environments
97-
.conda
97+
.conda
98+
99+
# Optuna (and other) Database data
100+
*.db

0 commit comments

Comments
 (0)