reiinakano / scikit-plot

An intuitive library to add plotting functionality to scikit-learn objects.
MIT License
2.43k stars 284 forks source link

AttributeError: module 'scikitplot' has no attribute 'metrics' #68

Closed cloga closed 6 years ago

cloga commented 6 years ago

when I use updated version I got this error. And it seems some sample code need update.

reiinakano commented 6 years ago

If you have the updated version, then you shouldn't get this error. Can you run

print(scikitplot.__version__)

You are probably still on an older version.

Only the notebooks are currently outdated. All the other sample code is up to date with v0.3.1.

cloga commented 6 years ago

thanks you are right.