Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 576 Bytes

Machine-Learning-Challenge

Background

Over a period of nine years in deep space, the NASA Kepler space telescope has been out on a planet-hunting mission to discover hidden planets outside of our solar system.

To help process this data, you will create machine learning models capable of classifying candidate exoplanets from the raw dataset.

Task

  • Prepocess the raw data

  • Tune the models

  • Report model performance

Report

Support Vector ML was effective in comparison to Logistic regression. This is due to SVML ability to classify under suppupervision.