This repository contains an Exploratory Data Analysis (EDA) and modeling approach for exoplanet transit detection using a dataset of Kepler Objects of Interest (KOIs). The dataset includes various features related to exoplanet properties and their disposition status.
The goals of this project are as follows:
- Understand the dataset through EDA to identify patterns, trends, and relationships.
- Develop and evaluate machine learning models using MATLAB to predict exoplanet dispositions.
- Visualize key insights from the data and model results.
The dataset consists of 50 columns with information such as period, duration, impact, planetary radius, temperature, and more for each Kepler Object of Interest (KOI). The target variable is the "koi_disposition," which indicates whether an object is a confirmed exoplanet, false positive, or candidate.
The Kepler Exoplanet Search Results dataset contains over 10,000 rows of data on exoplanet candidates discovered by NASA's Kepler spacecraft. Our model uses this data to predict whether a given signal is a transit of an exoplanet across its host star.
You can get the dataset from here Kepler Exoplanet Search Results
- Data Preprocessing: Handle missing values, clean the dataset, and prepare features for analysis.
- Exploratory Data Analysis: Gain insights into the dataset through various visualizations and statistical analysis.
- Machine Learning Modeling: Utilize MATLAB to develop machine learning models (e.g., decision trees, SVMs) for exoplanet disposition prediction.
- Model Evaluation: Assess model performance using appropriate metrics (e.g., accuracy, precision, recall).
- Visualization: Create visualizations to present key findings from EDA and model results.
A variety of visualizations were generated to explore the dataset and showcase insights:
- Histograms and KDEs for feature distributions.
- Box plots and violin plots to compare features by disposition.
- Pair plots and scatter plots to visualize relationships.
- Correlation heatmaps with dendrograms.
- Interactive plots using Plotly for dynamic exploration.
Logistic Regression -
Random Forest -
SVM -
MLP -
Mesh Plot Normalizaed Features -
- Clone this repository:
git clone https://github.com/wittyicon29/Exo-Transit-Regression.git
- Navigate to the repository:
cd Exo Transit Regression
- Install the required dependencies
- Run the MATLAB scripts for data preprocessing, EDA, and modeling.
- Explore the generated visualizations in the "Visualizations" folder.
- Modify the code and analysis as needed for your specific research questions.
License This project is licensed under the MIT License. Feel free to contribute, provide feedback, and share your findings!