ha-tran / ud-dsnd-WriteDataScienceBlogPost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write A Data Science Blog Post

See the insights in this blog:

Read analysis in workspace/eda.html

Overview

This project study the aviation accident dataset, with the motivation of what affects the likelihood of an aircraft accidents.

How to run

  1. Create and activate Conda environment:
conda env create -f environment.yml
source activate ud-dsnd
  1. Open the notebook:
jupyter notebook

Open eda.ipynb to view the project.

Project structure

Libraries

  • numpy
  • pandas
  • matplotlib
  • scikit-learn

About

License:MIT License


Languages

Language:HTML 76.3%Language:Jupyter Notebook 23.7%