Giter VIP home page Giter VIP logo

machine-learning-challenge's Introduction

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. In this homework assignment, you will need to:

Preprocess the raw data Tune the models 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

Exoplanet Data Source

Scikit-Learn Tutorial Part 1

Scikit-Learn Tutorial Part 2

Grid Search

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.

Submission

Create a Jupyter Notebook for each model and host the notebooks on GitHub.

Create a file for your best model and push to GitHub

Include a README.md file that summarizes your assumptions and findings.

Submit the link to your GitHub project to Bootcamp Spot.

machine-learning-challenge's People

Contributors

superjay5 avatar whysoq520 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.