We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fe459 commit c72a2d9Copy full SHA for c72a2d9
chebai/preprocessing/datasets/base.py
@@ -76,7 +76,7 @@ def __init__(
76
label_filter: Optional[int] = None,
77
balance_after_filter: Optional[float] = None,
78
num_workers: int = 1,
79
- persistent_workers=True,
+ persistent_workers: bool = True,
80
chebi_version: int = 200,
81
inner_k_folds: int = -1, # use inner cross-validation if > 1
82
fold_index: Optional[int] = None,
0 commit comments