Skip to content

Capstone Project for IBM Applied Data Science specialization via Coursera.

Notifications You must be signed in to change notification settings

khemanta/IBM-Data-Science-Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coursera Capstone for IBM Applied Data Science specialization.

Capstone Project for IBM Applied Data Science specialization via Coursera.

This markdown file is about the Capstone Project.

What I have done is created this repo on my github account which https://www.github.com/khemanta/Coursera_Capstone

I will alos create Jupyter Notebook, (coursera_capstone_notebook.ipynb) which does the followings:

This markdown to explain that this notebook will be mainly used for the capstone project.

Fowllowing steps of code block I have created.

Assignment # Week 1

  1. Import the pandas library as pd.
import pandas as pd
  1. Import the Numpy library as np.
import numpy as np
  1. Print the following the statement: Hello Capstone Project Course!
print("Hello Capstone Project course!") 
  1. Push the Notebook to your Github repository and submit a link to the notebook on your Github repository.

The link of this github repository is https://www.github.com/khemanta/Coursera_Capstone

Assignment # Week 3

For the web-scraping and reading the data from table of wikipedia page of Canada postal code.

geographic-segmentation-and-clustering.ipynb

  1. WEB-SCRAPING THE WIKIPEDIA PAGE FOR TABLE OF POSTAL CODE OF CANADA

  2. INSPECTING THE SOURCE-CODE OF THE WEBPAGE

  3. DATA PRE-PROCESSING, CLEANING AND CONEVRT TO DATAFRAME

Assignment # Week 4

  1. READING THE LATITUDE AND LONGITUDE INFORMATION FROM GEOSPATIAL DATA

  2. MERGING OF THE NEIGHBORHOOD POSTAL CODE WITH GEO-CODE (LAT, LON)

  3. SEGMENTATION & CLUSTERING OF THE NEIGHBOURHOOD OF TORONTO

  4. CLUSTERING OF THE NEIGHBORHOODS AND VISUALIZATION

Assignment # Week 5

About

Capstone Project for IBM Applied Data Science specialization via Coursera.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published