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

Any requirement on joblib version ? #35

Open
Blup-M opened this issue Nov 7, 2023 · 0 comments
Open

Any requirement on joblib version ? #35

Blup-M opened this issue Nov 7, 2023 · 0 comments

Comments

@Blup-M
Copy link

Blup-M commented Nov 7, 2023

Hello,

I would like to use mrmr_regression to perform some feature selection but when I run the following line :

feature_select_MRMR = mrmr_regression(X=initial_data_set, y=target, K=10, n_jobs=1)

Where my data and target are in pd.DataFrame and pd.Series, I run into the following error :

AttributeError : Can't pickle local object 'correlation.._correlation'

For some reasons, I have to use an environment that contains old libraries among which joblib 0.11 . I see that there is no requirement on joblib's version for mrmr to run smoothly but I was still wondering if it was really the case (both numpy and panda satisfy version requirement).

If that is not a joblib version issue, What am I doing wrong in the way I use this function ? How can I get mrmr_regression to work ?

Thanks in advance for your answer,
Have a good day.

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

1 participant