scikit-learn-contrib / skdag

A more flexible alternative to scikit-learn Pipelines
MIT License
30 stars 8 forks source link

`_print_elapsed_time` has been moved to into a submodule since sklearn v1.5 #33

Closed mchikyt3 closed 3 months ago

mchikyt3 commented 3 months ago

Since sklearn v1.5, the _print_elapsed_time function has been moved to into utils._user_interface. Therefore, it is needed to check the version of sklearn in order to import _print_elapsed_time from the correct module. #28662

big-o commented 3 months ago

Thanks for the contribution! I've released v0.0.7 which includes your fix. Closing.