MwansaMwango / machine-learning-challenge

Machine learning models capable of classifying candidate exoplanets from the deep space NASA Kepler Telescope raw dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning - Exoplanet Exploration

exoplanets.jpg

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.

  1. Preprocess the raw data
  2. Tune the models
  3. Compare two or more models

Approach

Preprocess the Data

  • Preprocess the dataset prior to fitting the model.
  • Perform feature selection and remove unnecessary features.
  • Use MinMaxScaler to scale the numerical data.
  • Separate the data into training and testing data.

Tune Model Parameters

  • Use GridSearch to tune model parameters.
  • Tune and compare at least two different classifiers.

Reporting

  • For the first model, we used Random Forest Classifier with hyper-parameters optmised using GridSearchCV.

Resources


About

Machine learning models capable of classifying candidate exoplanets from the deep space NASA Kepler Telescope raw dataset.


Languages

Language:Jupyter Notebook 100.0%