Answer the question
In order to leave comments, you need to log in
The machine freezes during large calculations. How to solve the problem?
Hello.
I'm new to Python and I ran into a problem.
When calculating on large amounts of data, the whole machine freezes.
Specifically, downloaded https://www.continuum.io/downloads for PYTHON 3.5.
I'm running the whole thing in Far-e.
There are two m-tsy:
<60000x1766 sparse matrix of type '<class 'numpy.float64'>'
with 120000 stored elements in Compressed Sparse Row format>
<60000x22861 sparse matrix of type '<class 'numpy.float64'>'
with 8365759 stored elements in Compressed Sparse Row format>
from scipy.sparse import hstack
train=hstack([data1,data2]).toarray()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question