EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

Investigate why sklearn warnings aren't being logged in tests on Windows when grid_search_jobs is greater than 1 #587

Closed mulhod closed 3 years ago

mulhod commented 4 years ago

While sklearn warnings do appear to be correctly written to the log file as part of a unit test on Windows when grid_search_jobs is set to 1 (no parallelism) (see test_output.test_send_warnings_to_log), they do not when grid_search_jobs is greater than 1. This appears to work correctly when running outside of the unit test framework, however.

Ideally, change the abovementioned test to not set grid_search_jobs to 1 once this issue is resolved.