Releasing a new version of tune-sklearn! This version should be compatible with both Ray master and Ray 1.4.
Changelog:
- You can now pass any
tune.run
params in fit
using the tune_params
argument (#212)
- Fixed an exception in
_is_param_distributions_all_tune_domains
(#209)