minerva-ml / steppy-toolkit

Curated set of transformers that make your work with steppy faster and more effective :telescope:
MIT License
22 stars 9 forks source link

NameError: name 'SteppyToolkitError' is not defined #42

Closed apyskir closed 5 years ago

apyskir commented 5 years ago

https://github.com/neptune-ml/steppy-toolkit/blob/master/toolkit/xgboost_transformers/models.py#L13

You use here SteppyToolkitError, but it's not imported, because all imports failed. This raises error as in title. You should import SteppyToolkitError after except:

kamil-kaczmarek commented 5 years ago

@apyskir thx. It is now fixed. The latest version is 0.1.13