You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/boston_housing/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This project requires **Python 2.7** and the following Python libraries installe
11
11
12
12
You will also need to have software installed to run and execute an [iPython Notebook](http://ipython.org/notebook.html)
13
13
14
-
Udacity recommends our students install [Anaconda](https://www.continuum.io/downloads), i pre-packaged Python distribution that contains all of the necessary libraries and software for this project.
14
+
Udacity recommends our students install [Anaconda](https://www.continuum.io/downloads), a pre-packaged Python distribution that contains all of the necessary libraries and software for this project.
Copy file name to clipboardExpand all lines: projects/creating_customer_segments/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This project requires **Python 2.7** and the following Python libraries installe
12
12
13
13
You will also need to have software installed to run and execute an [iPython Notebook](http://ipython.org/notebook.html)
14
14
15
-
Udacity recommends our students install [Anaconda](https://www.continuum.io/downloads), i pre-packaged Python distribution that contains all of the necessary libraries and software for this project.
15
+
Udacity recommends our students install [Anaconda](https://www.continuum.io/downloads), a pre-packaged Python distribution that contains all of the necessary libraries and software for this project.
16
16
17
17
### Code
18
18
@@ -29,4 +29,4 @@ This will open the iPython Notebook software and project file in your browser.
29
29
30
30
## Data
31
31
32
-
The dataset used in this project is included as `customers.csv`. You can find more information on this dataset on the [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/Wholesale+customers) page.
32
+
The dataset used in this project is included as `customers.csv`. You can find more information on this dataset on the [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/Wholesale+customers) page.
Copy file name to clipboardExpand all lines: projects/smartcab/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Template code is provided in the `smartcab/agent.py` python file. Additional sup
14
14
15
15
In a terminal or command window, navigate to the top-level project directory `smartcab/` (that contains this README) and run one of the following commands:
16
16
17
-
```python smartcab/agent.py```
17
+
```python smartcab/agent.py```
18
18
```python -m smartcab.agent```
19
19
20
20
This will run the `agent.py` file and execute your agent code.
Copy file name to clipboardExpand all lines: projects/student_intervention/README.md
+32-32Lines changed: 32 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This project requires **Python 2.7** and the following Python libraries installe
11
11
12
12
You will also need to have software installed to run and execute an [iPython Notebook](http://ipython.org/notebook.html)
13
13
14
-
Udacity recommends our students install [Anaconda](https://www.continuum.io/downloads), i pre-packaged Python distribution that contains all of the necessary libraries and software for this project.
14
+
Udacity recommends our students install [Anaconda](https://www.continuum.io/downloads), a pre-packaged Python distribution that contains all of the necessary libraries and software for this project.
15
15
16
16
### Code
17
17
@@ -30,34 +30,34 @@ This will open the iPython Notebook software and project file in your browser.
30
30
31
31
The dataset used in this project is included as `student-data.csv`. This dataset has the following attributes:
32
32
33
-
-`school`? student's school (binary: "GP" or "MS")
34
-
-`sex`? student's sex (binary: "F" - female or "M" - male)
35
-
-`age`? student's age (numeric: from 15 to 22)
36
-
-`address`? student's home address type (binary: "U" - urban or "R" - rural)
37
-
-`famsize`? family size (binary: "LE3" - less or equal to 3 or "GT3" - greater than 3)
38
-
-`Pstatus`? parent's cohabitation status (binary: "T" - living together or "A" - apart)
Copy file name to clipboardExpand all lines: projects/titanic_survival_exploration/Titanic_Survival_Exploration.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@
290
290
"collapsed": true
291
291
},
292
292
"source": [
293
-
"Examining the survival statistics, the majority of males younger then 10 survived the ship sinking, whereas most males age 10 or older *did not survive* the ship sinking. Let's continue to build on our previous prediction: If a passenger was female, then we will predict they survive. If a passenger was male and younger than 10, then we will also predict they survive. Otherwise, we will predict they do not survive. \n",
293
+
"Examining the survival statistics, the majority of males younger than 10 survived the ship sinking, whereas most males age 10 or older *did not survive* the ship sinking. Let's continue to build on our previous prediction: If a passenger was female, then we will predict they survive. If a passenger was male and younger than 10, then we will also predict they survive. Otherwise, we will predict they do not survive. \n",
294
294
"Fill in the missing code below so that the function will make this prediction. \n",
295
295
"**Hint:** You can start your implementation of this function using the prediction code you wrote earlier from `predictions_1`."
0 commit comments