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

pd.DataFrame.sparse supported in environment? #204

Open
puffofsmoke opened this issue Oct 9, 2019 · 0 comments
Open

pd.DataFrame.sparse supported in environment? #204

puffofsmoke opened this issue Oct 9, 2019 · 0 comments

Comments

@puffofsmoke
Copy link

Trying to create new environment to make some experiments with LogisticRegression.

Look like Environment support only Pandas.DataFrame.

  • No problem, created by pd.DataFrame.sparse.from_spmatrix(X_train_data) because I have too many data (250000 rows × 50000 columns) and I using csr_matrix to store data in memory.

  • Now I run code to create environment and it frozen for a long time.

Any suggestions?

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