ntucllab / libact

Pool-based active learning in Python
http://libact.readthedocs.org/
BSD 2-Clause "Simplified" License
776 stars 174 forks source link

supporting different sklearn version #106

Closed sian-chen closed 7 years ago

sian-chen commented 7 years ago

sklearn.cross_validation changed name to sklearn.model_selection in sklearn v0.18.

codecov-io commented 7 years ago

Codecov Report

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

@@           Coverage Diff           @@
##           master     #106   +/-   ##
=======================================
  Coverage   88.29%   88.29%           
=======================================
  Files          33       33           
  Lines        1188     1188           
=======================================
  Hits         1049     1049           
  Misses        139      139
Impacted Files Coverage Δ
libact/models/sklearn_adapter.py 95.65% <ø> (ø) :white_check_mark:

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 d3e314f...69dfe32. Read the comment docs.