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. The project Exoplanet-Exploration is about creating machine learning models capable of classifying candidate exoplanets from the raw dataset.
- Read the CSV and Perform Basic Data Cleaning
- Create a Train Test Split
- Pre-processing (Scale the data using the MinMaxScaler)
- Train the Support Vector Machine
- Hyperparameter Tuning