Skip to content

Commit 004aa8b

Browse files
authored
Merge pull request #94 from gperdrizet/dev
Cleaned up and made minor edits
2 parents db42a1e + fd66391 commit 004aa8b

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

notebooks/unit2/lesson_12/Lesson_12_linear_algebra_demo.ipynb

Lines changed: 4 additions & 10 deletions
Large diffs are not rendered by default.

notebooks/unit2/lesson_12/Lesson_12_statistics_demo.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@
55
"id": "a84cb8e6",
66
"metadata": {},
77
"source": [
8-
"# Statistics fundamentals demo"
8+
"# Statistics fundamentals demo: data types"
99
]
1010
},
1111
{
1212
"cell_type": "code",
13-
"execution_count": 1,
13+
"execution_count": null,
1414
"id": "aa9132ba",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
1818
"import matplotlib.pyplot as plt\n",
19-
"import numpy as np\n",
2019
"import pandas as pd\n",
2120
"import seaborn as sns"
2221
]
@@ -178,7 +177,7 @@
178177
"source": [
179178
"## Statistical data types\n",
180179
"\n",
181-
"### 1. Discrete vs Continuous Random Variables\n",
180+
"### 1. Discrete vs continuous random variables\n",
182181
"\n",
183182
"Before discussing measurement scales, let's understand the fundamental distinction between discrete and continuous variables."
184183
]

0 commit comments

Comments
 (0)