Given the node of a binary search tree, return the sum of values of all nodes with value between and (inclusive). The binary search tree is guaranteed ...
分类:
其他好文 时间:
2020-04-06 09:50:46
阅读次数:
73
TOOL: data analysis --rank and percentile AVERAGE(), TRIMMEAN(...,percenatge) , MEDIAN() , MODE() , PERCENTILE(...,k) , QUARTILE(...,k) var/Var:方差 VAR ...
分类:
其他好文 时间:
2020-04-03 16:49:55
阅读次数:
67
Loadrunner中lr_user_data_point、lr_user_data_point_instance两个函数可以用来记录一条自定义的Vuser运行数据,并将其输出到测试结果中,最后可以通过分析工具Analysis来分析数据采集情况。两者之间的区别是lr_user_data_point_ ...
分类:
其他好文 时间:
2020-04-03 12:19:51
阅读次数:
63
https://github.com/watalo/safa Semi-Automatic Financial Analysis(简称safa) 本意是想给懒得烧蛇吃的我,节省点写报告的时间,结果自学Python又花了不少时间。 safa用法 在/input/temple.xlsx中填写财务数据,这 ...
分类:
其他好文 时间:
2020-04-03 00:15:46
阅读次数:
81
One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the results of image analysis in which the core regions ...
分类:
其他好文 时间:
2020-04-02 22:39:14
阅读次数:
84
本文作者用python代码示例解释了3种处理不平衡数据集的可选方法,包括数据层面上的2种重采样数据集方法和算法层面上的1个集成分类器方法。 分类是机器学习最常见的问题之一,处理它的最佳方法是从分析和探索数据集开始,即从探索式数据分析(Exploratory Data Analysis, EDA)开始 ...
分类:
其他好文 时间:
2020-03-31 12:14:57
阅读次数:
173
定义 探索性数据分析(Exploratory Data Analysis,EDA)是指对已有数据在尽量少的先验假设下通过作图、制表、方程拟合、计算特征量等手段探索数据的结构和规律的一种数据分析方法。一般有以下几个目的: 弄清楚数据的含义 发现数据的结构 锁定一些重要的特征 异常值以及离群数据的检测( ...
分类:
其他好文 时间:
2020-03-29 21:09:31
阅读次数:
261
Numpy(Numerical Python)是基于python进行科学计算和数学分析的重要基础库之一。 ...
分类:
其他好文 时间:
2020-03-29 11:07:52
阅读次数:
79
常用的库:Numpy、Pandas、Matplotlib、Scipy等; 编辑器:IPython和Jupyter notebook(Anaconda包含); 1.Numpy:Numerical Python缩写,主要用于数值计算。 2.Pandas:数据分析的主要工具。 3.matplotlib:绘 ...
分类:
其他好文 时间:
2020-03-28 17:51:09
阅读次数:
71
import pandas as pd from sklearn.decomposition import PCA # 数据地址:https://www.kaggle.com/c/instacart-market-basket-analysis/data # 读取表 prior = pd.read_ ...
分类:
其他好文 时间:
2020-03-26 01:27:10
阅读次数:
116