stanford-futuredata / gavel

Code for "Heterogenity-Aware Cluster Scheduling Policies for Deep Learning Workloads", which appeared at OSDI 2020
MIT License
125 stars 31 forks source link

Replaced deprecated sklearn package #246

Open tareqmahmood opened 10 months ago

tareqmahmood commented 10 months ago

Fixes the python setup.py egg_info did not run successfully error while running pip install -r scheduler/requirements.txt. Replaces sklearn with scikit-learn in requirements.txt. sklearn is deprecated (see here: https://pypi.org/project/sklearn/)