Enron Dataset
收藏资源简介:
在2000年,安然公司是美国最大的公司之一。到2002年,由于广泛的 corporate fraud,它已经破产。在随后的联邦调查中,有大量的通常是机密的信息被公开记录,包括数万封电子邮件和顶级高管的详细财务数据。在这个项目中,你将扮演侦探,使用公开的安然丑闻中的财务和电子邮件数据,以及一个手工生成的欺诈案件中的关键人物列表,来建立一个关键人物标识符。
In the year 2000, Enron Corporation stood as one of the largest companies in the United States. By 2002, it had declared bankruptcy due to widespread corporate fraud. During the subsequent federal investigation, a vast amount of typically confidential information was made public, including tens of thousands of emails and detailed financial data of top executives. In this project, you will assume the role of a detective, utilizing the financial and email data from the publicly available Enron scandal, along with a manually compiled list of key figures involved in the fraud case, to develop a key person identifier.
Enron Dataset 概述
数据集描述
- 项目背景:Enron 公司在2000年是美国最大的公司之一,2002年因广泛的公司欺诈而破产。联邦调查中公开了大量通常保密的邮件和高级财务数据。
- 项目目标:构建一个基于公开的财务和邮件数据的人员兴趣标识器(POI Identifier)。
- 数据来源:包括Enron邮件和财务数据,以及手工生成的欺诈案件中的人员兴趣列表。
数据集内容
- 数据结构:数据集以字典形式组织,每个键值对代表一个人,键为姓名,值为包含所有特征及其值的另一个字典。
- 特征类型:
- 财务特征:包括工资、延期支付、总支付、贷款预付款、奖金等,单位为美元。
- 邮件特征:包括发送和接收的邮件数量、与POI共享的收据等,单位通常为邮件数量。
- POI标签:布尔型,表示是否为POI。
数据集使用
- 资源需求:需要Python和sklearn环境,以及项目启动代码和数据集。
- 项目步骤:
- 使用提供的启动代码读取数据,选择特征,将其转换为numpy数组。
- 工程化特征,选择和调整算法,测试并评估标识器。
- 提交包括数据集、分类器和特征列表的pickle文件。
数据集细节
- 数据预处理:已将Enron的邮件和财务数据合并为一个字典。
- 特征处理:鼓励从现有特征中创建、转换或重新缩放新特征,并存储在数据集中。
- 数据源和约定:
- 财务数据:来自enron61702insiderpay.pdf。
- 邮件数据:来自Enron邮件语料库,已在课程设置过程中下载并解压缩。
- 数据缺失处理:当特征值未知时,显示为"NaN",转换为numpy数组时默认为0。




