Introduction to Numpy (Part-12) | Saving & Loading Arrays

preview_player
Показать описание
Learn the concept of saving and loading numpy arrays in this video.

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#numpy #array #save#numpy #array #save
Рекомендации по теме
Комментарии
Автор

este es ese 1 de entre 50 videos en youtube que explica lo que pongo en el buscador!
Gracias!

julianeduardoaguirre
Автор

Much better than other online tutorials.

SwIsH
Автор

Thank you so much for making a video on this topic, especially for mentioning about the necessity of using npz format. It's quite rare.

tahabimuhammad
Автор

Thank you for this series! Your explanations are on point and easy to understand :)

terryhenyo
Автор

Cool... I implemented logistic regression on a huge dataset and it took a lot of time to complete so I can save the output array like this.. Thank you!

nastarankianersi
Автор

Sorry I'm very new to Python. Can you please explain why we need to rename a & b when saving them? Can't we just save the two matrices using the line np.savez('AB.npz', a, b)?

dee
Автор

Please I need a help ^^ What does this mean?

Traceback (most recent call last):


File line 2, in <module>
a = np.load("power.npy")
File line 445, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False

yerkezhanbukharbayeva