Skip to content

Commit

Permalink
updated 11Feb2016
Browse files Browse the repository at this point in the history
updated exploration & feature engineering document
  • Loading branch information
thismlguy committed Feb 11, 2016
1 parent e95b125 commit e7a188e
Showing 1 changed file with 16 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# 2. Feature Engineering:"
"# 2. Data Cleaning"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step1: Imputation"
"### Imputation"
]
},
{
Expand Down Expand Up @@ -434,7 +434,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step2: Consider combining categories in Outlet_Type"
"# 2. Feature Engineering:"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step1: Consider combining categories in Outlet_Type"
]
},
{
Expand Down Expand Up @@ -469,7 +476,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step3: Modify Item_Visibility"
"### Step2: Modify Item_Visibility"
]
},
{
Expand Down Expand Up @@ -533,7 +540,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step 4: Create a broad category of Type of Item"
"### Step 3: Create a broad category of Type of Item"
]
},
{
Expand Down Expand Up @@ -571,7 +578,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step 5: Determine the years of operation of a store"
"### Step 4: Determine the years of operation of a store"
]
},
{
Expand Down Expand Up @@ -610,7 +617,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step 6: Modify categories of Item_Fat_Content"
"### Step 5: Modify categories of Item_Fat_Content"
]
},
{
Expand Down Expand Up @@ -682,7 +689,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step 7: Numerical and One-Hot Coding of Categorical variables"
"### Step 6: Numerical and One-Hot Coding of Categorical variables"
]
},
{
Expand Down Expand Up @@ -888,7 +895,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step8: Exporting Data"
"### Step7: Exporting Data"
]
},
{
Expand Down

0 comments on commit e7a188e

Please sign in to comment.