PMGOnTheCloud / IBM-Coursera-DS-Capstone

This repository contains the final project of the IBM Data Science course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

About The Project

This project contains a series of Jupyter Notebooks that go through different stages of working with the data offered by SpaceX:

  • Collecting the Data
  • Wrangling the Data
  • Creating graphs and plots
  • Making dashboards and extracting insights from them
  • Developing Machine Learning models to predict future outcomes

Done with

Python JupyterNotebook IBMDb2 Folium Pandas Seaborn Plotly ScikitLearn Numpy Matplotlib Dash

Tree of the Project

├── 10_Applied_Data_Science_Capstone (CONTAINS THE NOTEBOOKS AND THE DASH APP)
│   ├── 01_Data_Collection_API.ipynb
│   ├── 02_Data_Collection_with_Web_Scraping.ipynb
│   ├── 03_EDA.ipynb
│   ├── 04_EDA_with_SQL.ipynb
│   ├── 05_EDA_with_Data_Visualization.ipynb
│   ├── 06_Interactive_Visual_Analytics_with_Folium.ipynb
│   ├── 07_Machine_Learning_Prediction.ipynb
│   └── 08_Interactive_Dashboard_with_Ploty_Dash.py
├── assets
│   ├── data (CONTAINS ALL THE DATA THAT IS USED IN CASE THE API DOESNT WORK)
│   └── images (CONTAINS THE IMAGES USED IN THE REPO)
├── DS-Capstone-Report.pdf
├── LICENSE
└── README.md

About

This repository contains the final project of the IBM Data Science course.

License:MIT License


Languages

Language:HTML 59.4%Language:Jupyter Notebook 40.4%Language:Python 0.2%Language:Shell 0.0%