-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b730138
Showing
25 changed files
with
120,960 additions
and
0 deletions.
There are no files selected for viewing
1,801 changes: 1,801 additions & 0 deletions
1,801
1.冰与火之歌-五王之战分析/Game_of_thrones_battle_analysis.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# 五王之战分析 - 冰与火之歌 | ||
|
||
### 项目概述及目的 | ||
|
||
五王之战(War of the Five Kings)是著名严肃奇幻小说《冰与火之歌》中的著名内战。这是一场规模空前、波及七大王国的内乱。顾名思义,前后共有五人在战争中称王:乔佛里、史坦尼斯、蓝礼均声称自己是铁王座的合法继承人。除此之外,罗柏·史塔克被北境众封臣推选为北境之王,巴隆·葛雷乔伊亦再度掀起独立大旗,欲摆脱铁王座的统治,自称为铁群岛之王。 | ||
|
||
在此项目中,我将按照完整的数据分析的流程,对数据集进行探索性分析。 | ||
|
||
### 项目步骤及流程 | ||
|
||
- 提出问题 | ||
- 数据评估和清理 | ||
- 数据探索性分析 EDA及可视化 | ||
- 多元逻辑回归,并对回归结果进行解读 | ||
- 得出结论和反思 | ||
|
||
### 软件的安装 | ||
|
||
- pandas | ||
- numpy | ||
- matplotlib | ||
- statsmodels | ||
|
||
###文件描述 | ||
|
||
- Game_of_thrones_battle_analysis.ipynb: 完整的数据分析代码和报告文件 | ||
- battles.csv: 此数据集包含了五王之战期间的战争,它是所有战斗的大集合。该数据是Kaggle中[Game of Thrones](https://www.kaggle.com/mylesoneill/game-of-thrones)的一部分。 | ||
- README.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 检测心理学现象 | ||
|
||
### 项目概述及目的 | ||
|
||
在此项目中,我们将研究一个经典的实验心理学现象,叫做[斯特鲁普效应](https://en.wikipedia.org/wiki/Stroop_effect)。 | ||
|
||
![](C:\Users\apple\Desktop\DAND项目\DAND进阶项目\0. To GitHub\2. Stroop心理测试实验\stroop_img.jpg) | ||
|
||
### 项目步骤及流程 | ||
|
||
- 先了解该心理学测试实验,创建关于任务结果的假设,并自己研究该任务 | ||
- 查看同样执行了该任务的其他人收集的数据,并计算描述结果的统计学数据 | ||
- 用假设来解释其结果,其中需要用到 T 检验的知识 | ||
|
||
### 软件的安装 | ||
|
||
- pandas | ||
- scipy.stats | ||
- matplotlib | ||
|
||
###文件描述 | ||
|
||
- Stroop_effect_test.ipynb: 完整的数据分析代码,统计检测及报告文件 | ||
- stroopdata.csv: 关于该心理测试的测试结果数据集 | ||
- README.md | ||
|
Oops, something went wrong.