Skip to content

utilize the sklearn library to train models on a set of data and use to make predictions

Notifications You must be signed in to change notification settings

vrclaros/machine-learning-challenge

Repository files navigation

Machine Learning Homework - 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, create machine learning models capable of classifying candidate exoplanets from the raw dataset.

In this assignment:

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

Instructions

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

  • Create a README that reports a comparison of each model's performance as well as a summary about your findings and any assumptions you can make based on your model (is your model good enough to predict new exoplanets? Why or why not? What would make your model be better at predicting new exoplanets?).

Resources


Hints and Considerations

  • Start by cleaning the data, removing unnecessary columns, and scaling the data.

  • Not all variables are significant be sure to remove any insignificant variables.

  • Make sure your sklearn package is up to date.

  • Try a simple model first, and then tune the model using GridSearch.

  • When hyper-parameter tuning, some models have parameters that depend on each other, and certain combinations will not create a valid model. Be sure to read through any warning messages and check the documentation


© 2020 Trilogy Education Services, a 2U, Inc. brand. All Rights Reserved.

About

utilize the sklearn library to train models on a set of data and use to make predictions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published