EpistasisLab / EpistasisLab/scikit-rebate

can't fit a sparse matrix as training set using object.fit()

Open
#18 1 comment 2 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Jupyter Notebook
Stars
420
Forks
72
Avg merge
3m
Merged PRs (30d)
3

Description

can't fit a sparse matrix as training set using object.fit()
and since the sparse matrix is [16000*3231961]. directly converting it to numpy array like is not practical.

Process to reproduce the issue

[ordered list the process to finding and recreating the issue, example below]

User creates a sparse matrix X and some array y, row number of X = length of y
User calls ReliefF fit(X,y)
ValueError: setting an array element with a sequence.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.