Skip to content

kuta-ndze/IBM_Data_Science_Capstone_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supervised ML Example Projects

Project 1: ML Classification Techniques


Data Science Capstone Project

#f03c15 Data Collection API for SpaceX

#c5f015 Data Wrangling

  • Iterative function to classify outcome class into binary outcomes of 1 or zero for successful and unsuccessful landing respectively.

#1589F0 Plotly Dashboard

  • Interactive dashboard with spacex data helps give a pictoral view if landing of falcon 9 booster was successful or not and help understand correlation between payload and mission outcome. various visual plots.

#008000 SQL Magic EDA

#000cff EDA with data visualization

  • Data visualization and preprocessing, dummy encoders for categorical variables
  • Preparing data set for modelling and further exploration.

#f0fff0 Machine Learning Predictions

  • ML algorithms trains on the Training set.
  • Optimal algorithm for the falcon 9 being the Decision tree classifier with higher accuracy score.
    • ML_Predictions.ipynb
      Algorithm Accuracy Score Test Data Score
      DT 0.875000 0.833333
      KNN 0.848214 0.833333
      SVM 0.848214 0.833333
      LR 0.846429 0.833333

Releases

No releases published

Packages

No packages published

Languages