Skip to content

Commit

Permalink
3rd commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AduraX committed Jun 1, 2017
1 parent c7f92df commit 6b8ec97
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion Flight_Delay.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
"flatui = [\"#9b59b6\", \"#3498db\", \"#95a5a6\", \"#e74c3c\", \"#34495e\", \"#2ecc71\"]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**The dataset for this project is split into two because its size exceeds the Github limit of 100 MB.**"
]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down Expand Up @@ -1275,11 +1282,20 @@
"metadata": {},
"source": [
"## Conclusion\n",
"The model prediction with a mean absolute error of about 19 minutes isn’t a great performance, but it may be the best I can go given the limitations of the data. \n",
"The model prediction with a mean absolute error of about 16 minutes isn’t a great performance, but it may be the best I can go, given the limitations of the data. \n",
"\n",
"#### Possible Ideas for Improvement:\n",
"Adding weather forecast data into the model."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 6b8ec97

Please sign in to comment.