r9y9 / nnmnkwii

Library to build speech synthesis systems designed for easy and fast prototyping.
https://r9y9.github.io/nnmnkwii/latest/
Other
393 stars 73 forks source link

Change sklearn to scikit-learn #105

Closed NPN closed 4 years ago

NPN commented 4 years ago

As mentioned on the PyPI page (https://pypi.org/project/sklearn/), the "sklearn" package is just an alias for "scikit-learn". This saves the installation of an empty package.

codecov-commenter commented 4 years ago

Codecov Report

Merging #105 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #105   +/-   ##
=======================================
  Coverage   81.62%   81.62%           
=======================================
  Files          32       32           
  Lines        1899     1899           
=======================================
  Hits         1550     1550           
  Misses        349      349           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 56b7f49...586d43d. Read the comment docs.