[SYSTEMDS-3343] Boolean Arguments in GridSearch#1575
Conversation
|
This PR contains some tests that currently incorrectly map boolean arguments to the functions through eval calls. |
Add a test for boolean arguments in grid search
|
Tests are in
|
|
I did not try out this PR here yet, but there was no issue with boolean defaults. My recent changes first introduced that we support defaults in eval calls at all. In the past, gridSearch simply fixed verbose=FALSE but I added tests which now check that gridSearch works correctly for both verbose configurations. |
|
My tests here, might be different since i here call methods that have no default value, |
Boolean arguments in lists evaluate to false behind eval calls.