feat: pre-flight filter of untrainable task types before gate

This commit is contained in:
2026-07-16 06:16:02 -04:00
parent c44f6010eb
commit caea9150b3
10 changed files with 148 additions and 7 deletions
+1
View File
@@ -40,6 +40,7 @@ def _valid_kwargs() -> dict:
"batch_size": 15,
"min_class_per_batch": 2,
"eval_min_per_class": 2,
"trainable_min_units": 8,
"early_stop_patience": 8,
"test_size": 60,
"use_slow_momentum": True,