Hello!
Thank you very much for this library - it's great!
I have a question:
The default value of --gridsearch-tasks in main_incremental.py is -1. And it has been given that setting it to -1 will perform grid search for all tasks.
But this does not reflect in the code, and grid search is not done when this is executed.
The only lines where gridsearch_tasks is referenced are line 167, line 214 and line 241 and all of these work only when the value is positive.
Can you please check if the code is right?
Thank you.
Hello!
Thank you very much for this library - it's great!
I have a question:
The default value of
--gridsearch-tasksinmain_incremental.pyis-1. And it has been given that setting it to-1will perform grid search for all tasks.But this does not reflect in the code, and grid search is not done when this is executed.
The only lines where
gridsearch_tasksis referenced are line 167, line 214 and line 241 and all of these work only when the value is positive.Can you please check if the code is right?
Thank you.