kcleal / dysgu

Toolkit for calling structural variants using short or long reads
MIT License
92 stars 11 forks source link

Pickle Warning in run command #23

Closed nickhsmith closed 2 years ago

nickhsmith commented 2 years ago

Towards the end of the SV run command I noticed the following line: python3.7/site-packages/sklearn/base.py:338: UserWarning: Trying to unpickle estimator LabelEncoder from version 0.23.2 when using version 1.0.2. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to: https://scikit-learn.org/stable/modules/model_persistence.html#security-maintainability-limitations UserWarning

Are you all aware of this? Should I be concerned about the unpickle?

Thanks in advance. Very easy to use tool btw.

kcleal commented 2 years ago

Thanks. I think this can safely be ignored, although I will leave this warning in for now