摘要:
NumPy创建数组对象 1. array(object,dtype,ndmin) 利用NumPy库的array函数创建ndarray数组,ndarray是提个通用的同构数据容器,即其中的所有元素都需要相同的类型,因此能快速确定存储数据所需的空间。NumPy库能将数据(list、tuple、array 阅读全文
posted @ 2022-04-27 16:41
晨落
阅读(41)
评论(0)
推荐(0)
摘要:
使用annocanda或者virtualenv安装第三方库 mkvirtualenv MachineLearning pip install jupyter pip install numpy pip install pandas pip install matplotlib pip install 阅读全文
posted @ 2022-04-27 16:04
晨落
阅读(83)
评论(0)
推荐(0)