Skip to content

Conversation

@jckkvs
Copy link

@jckkvs jckkvs commented Feb 10, 2023

for compatibility of sklearn scaler

X,y = load_diabetes(return_X_y=True)
y_scaler = StandardScaler()
y = y_scaler.fit_transform(y.reshape(-1,1))# .reshape(-1,)
selector = ReliefF()
selector.fit(X,y)

TypeError: unhashable type: 'numpy.ndarray'

for compatibility of sklearn pipeline
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

Successfully merging this pull request may close these issues.

1 participant