glato / emerge

Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.
MIT License
783 stars 46 forks source link

Change sklearn requirement to scikit-learn. #36

Closed TravisDart closed 1 year ago

TravisDart commented 1 year ago

The sklearn package is deprecated in favor of scikit-learn. A brownout began Dec 1, 2022 and the package will be unavailable after December 1st, 2023. See: https://pypi.org/project/sklearn/

This PR updates references to the sklearn dependency to scikit-learn. Note that the correct import name is still sklearn, though.