gkhayes / mlrose

Python package for implementing a number of Machine Learning, Randomized Optimization and SEarch algorithms.
https://mlrose.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
235 stars 243 forks source link

Replace sklearn.externals.six with six #67

Open pasusarla opened 1 year ago

pasusarla commented 1 year ago

After the recent move from sklearn to scikit-learn (via PR #65), it became necessary to import six directly.

@gkhayes @ChristopherBilg May I request you to please consider?

pasusarla commented 1 year ago

Just realized this duplicates #50 and #64. However, keeping it open seeing as those haven't been closed yet.

ChristopherBilg commented 1 year ago

@pasusarla Please do not close and reopen pull requests to ping people.

pasusarla commented 1 year ago

@ChristopherBilg my apologies! It was an unfortunate stray click. I'll be careful. Thanks for your understanding!