Skip to content

Commit 32c7dcd

Browse files
author
jaysonfrancis
committed
First commit on fork. (Test) - Updated typos in text
1 parent 739a002 commit 32c7dcd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

notebooks/C2. Random Forests - Data Exploration.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"* Identify and remove duplicate column names - multiple occurrences. \n",
9797
"* Identify and fix inclusion of ( ) in column names. How will you fix this?\n",
9898
"* Identify and fix extra ) in some column names. How will you fix this?\n",
99-
"* Identify and fixInclusion of ‘-’ in column names. How will you fix this?\n",
100-
"* Identify and fixInclusion of multiple ‘,’ in column names. How will you fix this?\n",
99+
"* Identify and fix Inclusion of ‘-’ in column names. How will you fix this?\n",
100+
"* Identify and fix Inclusion of multiple ‘,’ in column names. How will you fix this?\n",
101101
"* Identify and fix column names containing “BodyBody”."
102102
]
103103
},
@@ -374,21 +374,21 @@
374374
],
375375
"metadata": {
376376
"kernelspec": {
377-
"display_name": "Python 2",
377+
"display_name": "Python 3",
378378
"language": "python",
379-
"name": "python2"
379+
"name": "python3"
380380
},
381381
"language_info": {
382382
"codemirror_mode": {
383383
"name": "ipython",
384-
"version": 2
384+
"version": 3
385385
},
386386
"file_extension": ".py",
387387
"mimetype": "text/x-python",
388388
"name": "python",
389389
"nbconvert_exporter": "python",
390-
"pygments_lexer": "ipython2",
391-
"version": "2.7.8"
390+
"pygments_lexer": "ipython3",
391+
"version": "3.5.1"
392392
}
393393
},
394394
"nbformat": 4,

0 commit comments

Comments
 (0)