Skip to content

First commit on fork. (Test) - Updated typos in text #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
First commit on fork. (Test) - Updated typos in text
  • Loading branch information
jaysonfrancis committed Jun 30, 2016
commit 32c7dcd43a45dd7ca4dad90c353048b17ed3dce1
14 changes: 7 additions & 7 deletions notebooks/C2. Random Forests - Data Exploration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"* Identify and remove duplicate column names - multiple occurrences. \n",
"* Identify and fix inclusion of ( ) in column names. How will you fix this?\n",
"* Identify and fix extra ) in some column names. How will you fix this?\n",
"* Identify and fixInclusion of ‘-’ in column names. How will you fix this?\n",
"* Identify and fixInclusion of multiple ‘,’ in column names. How will you fix this?\n",
"* Identify and fix Inclusion of ‘-’ in column names. How will you fix this?\n",
"* Identify and fix Inclusion of multiple ‘,’ in column names. How will you fix this?\n",
"* Identify and fix column names containing “BodyBody”."
]
},
Expand Down Expand Up @@ -374,21 +374,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.8"
"pygments_lexer": "ipython3",
"version": "3.5.1"
}
},
"nbformat": 4,
Expand Down