scikit-learn-contrib / skdag

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

Solves issue [#33] #34

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 #28662. This PR changes to import from the correct module. @big-o