jma127 / pyltr

Python learning to rank (LTR) toolkit
BSD 3-Clause "New" or "Revised" License
463 stars 107 forks source link

Import six directly instead of via sklearn #21

Closed ducthienbui97 closed 4 years ago

ducthienbui97 commented 4 years ago

Sklearn have removed externals.six in version 0.23 This library should be updated to import six directly intead

jma127 commented 4 years ago

Excellent! Thank you for contributing this patch.