We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0504aa commit 9276e8bCopy full SHA for 9276e8b
tpot2/config/imputers.py
@@ -51,7 +51,7 @@
51
# and can cause errors. gk
52
}
53
)
54
-
+#test
55
def get_IterativeImputer_config_space(n_features, random_state):
56
space = { 'initial_strategy' : Categorical('initial_strategy',
57
['mean', 'median',
0 commit comments