Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joblib library error and ValueError #15

Open
JSegueni opened this issue Jan 21, 2022 · 2 comments
Open

Joblib library error and ValueError #15

JSegueni opened this issue Jan 21, 2022 · 2 comments

Comments

@JSegueni
Copy link

Hello,

I'm trying to use hitad but I've encountered several errors.

First error: when trying to use hitad on the supplied GM12878 cool file, I get the following error:
TypeError: delayed() got an unexpected keyword argument 'check_pickle'

It seems to be coming from a wrong version of the joblib library used by scikit-learn, as explained here:
scikit-learn-contrib/hdbscan#436

A way to go around this error seems to be to install joblib==0.17.0

The second error comes when I try to use my own data:
The parsing is done but during the learning, I get the following error code:

diff = up - down ValueError: operands could not be broadcast together with shapes (22,) (42,)

How can I overcome this error ?

Best wishes,
Julie.

@JSegueni JSegueni changed the title Joblib library error Joblib library error and ValueError Jan 21, 2022
@shenlinyong
Copy link

Have you solved this error? I encounter the same error:

diff = up - down ValueError: operands could not be broadcast together with shapes (22,) (42,)

@XiaoTaoWang
Copy link
Owner

please refer to #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants