A case study lab corresponding to IBM Data Science Specialization powered by SkillsNetwork.
In order to find what makes a successful launch more likely to happen we break up the study into smaller logic tasks.
-
Data Collection
a. Using SpaceX API
b. Web scraping from Wikipedia 'List of Falcon 9 and Heavy launches'.
-
Data Wrangling
-
Exploratory Data Analysis (EDA)
a. Data Visualization.
b. Using queries in the database.
-
Basic Folium Visualizations
-
Machine Learning Model
Perform exploratory Data Analysis and determine Training Labels
- Standardize the data.
- Split into training data and test data
- Find the best Hyperparameter for SVM, CLassification Trees, and Logistic Regression.
- Find the method that performs best using test data.