登录
首页 » Python » python数据分析教程

python数据分析教程

于 2018-07-18 发布 文件大小:15217KB
0 240
下载积分: 1 下载次数: 10

代码说明:

  利用Python对各类数据分析算法进行编写,文档包括数据预处理方法,相关的分类和回归分析的算法理论及实践,以及一些实例应用分析。(Use Python to write various data analysis algorithms, including data preprocessing methods, algorithm theory and practice of related classification and regression analysis, and some application analysis.)

文件列表:

07_09数据预处理.pdf, 1186206 , 2018-07-18
__MACOSX, 0 , 2018-07-18
__MACOSX\._07_09数据预处理.pdf, 485 , 2018-07-18
10_12数据分析_理解数据.pdf, 1012802 , 2018-07-18
__MACOSX\._10_12数据分析_理解数据.pdf, 486 , 2018-07-18
13_15探索变量之间的关系.pdf, 1348425 , 2018-07-18
__MACOSX\._13_15探索变量之间的关系.pdf, 543 , 2018-07-18
16_18回归分析和基于模拟的分析.pdf, 1586536 , 2018-07-18
__MACOSX\._16_18回归分析和基于模拟的分析.pdf, 485 , 2018-07-18
19_21分类和预测.pdf, 1594047 , 2018-07-18
__MACOSX\._19_21分类和预测.pdf, 486 , 2018-07-18
22_24邻近度和聚类.pdf, 3309482 , 2018-07-18
__MACOSX\._22_24邻近度和聚类.pdf, 486 , 2018-07-18
25_27事务型数据和关联分析.pdf, 1385998 , 2018-07-18
__MACOSX\._25_27事务型数据和关联分析.pdf, 486 , 2018-07-18
28_30豆瓣数据案例.pdf, 1324247 , 2018-07-18
__MACOSX\._28_30豆瓣数据案例.pdf, 486 , 2018-07-18
31_33时间序列分析和金融数据.pdf, 1547820 , 2018-07-18
__MACOSX\._31_33时间序列分析和金融数据.pdf, 486 , 2018-07-18
34_36金融数据分析案例.pdf, 1627006 , 2018-07-18
__MACOSX\._34_36金融数据分析案例.pdf, 485 , 2018-07-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • HFSS 耦合器 微带结构 可调参数
    HFSS 耦合器 微带结构 可调参数-HFSS structure of adjustable parameters of microstrip coupler
    2023-01-05 03:30:03下载
    积分:1
  • Conditional-GAN-master
    mnist数据导入用于深度学习人工智能机器学习(Mnist data import for deep learning artificial intelligence machine learning)
    2019-02-26 18:09:28下载
    积分:1
  • GVF Snake的示例程序,matlab编写
    gvf snake 范例程式,以matlab撰写-gvf snake sample program to write matlab
    2023-04-17 14:45:03下载
    积分:1
  • AIAssignment4
    sudoku using AI techniques
    2009-05-20 20:36:26下载
    积分:1
  • 人事管理系统
    说明:  查询、修改员工权限等功能,所有数据经由数据库管理(Implementation of staff management system)
    2021-04-15 16:08:54下载
    积分:1
  • 三星S3C2410X ARM芯片手册,中包括:存储器控制器、 Nand Flash控制器、DMA控制器、LCD控制器、S3C2410 的ADC 和触摸屏接口等...
    三星S3C2410X ARM芯片手册,其中包括:存储器控制器、 Nand Flash控制器、DMA控制器、LCD控制器、S3C2410 的ADC 和触摸屏接口等几个主要章节。
    2022-03-18 06:34:07下载
    积分:1
  • 关于SVM学习的两个ppt。内容通俗易懂,适合初学者看看,供大家参考。...
    关于SVM学习的两个ppt。内容通俗易懂,适合初学者看看,供大家参考。-On the SVM learning 2 ppt. The contents of user-friendly, suitable for beginners look for your reference.
    2022-04-22 08:32:14下载
    积分:1
  • 含分布式电源的配电网日前两阶段优化调度模型
    这是一篇文献,我将与之配套的代码已经传到网上了,见C11调度光伏.rar(This is a document, and the code I have matched with it has been sent to the Internet. See C11 dispatching PV.Rar.)
    2020-11-19 19:49:37下载
    积分:1
  • VSC_HVDC
    本程序是基于Matlab Simulink平台搭建的电压源型高压直流输电系统,又称柔性直流输电系统。(This procedure is based on Matlab Simulink platform to build the voltage source HVDC transmission system, also known as flexible DC transmission system.)
    2021-04-14 14:58:55下载
    积分:1
  • lena
    说明:  SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel) 算法步骤: 已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面 假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素 假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S,S=sqrt(M*N/K) 遍历操作,将每个像素块的中心点的坐标(x,y)及其lab的值保存起来,加入到事先定义好的集合中(Algorithmic steps: Given the size of an image M*N, it can be converted from RGB space to LAB space, and the color space of LAB is more comprehensive. If the predefined parameter K, K is the number of pre-generated super-pixels, i.e., the image of M*N size (the number of pixels is M*N) is expected to be divided into K super-pixel blocks, each of which contains [(M*N)/K] pixels. Assuming that the length and width of each super-pixel region are evenly distributed, the length and width of each super-pixel block can be defined as S, S = sqrt (M*N/K). The traversal operation saves the coordinates (x, y) and lab values of the central points of each pixel block and adds them to a pre-defined set.)
    2019-06-10 14:48:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载