Skip to content

Stellar objects classification from sensor data taken by the SDSS (Sloan Digital Sky Survey) using some basic machine learning models.

Notifications You must be signed in to change notification settings

shvwgi/Stellar-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stellar Object Classification Project

Overview

This project classifies stellar objects into three categories (Galaxy, Star, Quasar) using sensor data. I compared the performance of three models: LightGBM, Random Forest, and XGBoost.

The Data

Results & Visualizations

1. Model Comparison

Here is the performance comparison across Accuracy, F1, and Precision.

2. PairPlot

The pairplot for the data.

Key Findings

  • LightGBM achieved the best balance of speed and accuracy.
  • Random Forest had slightly higher recall and accuracy but was significantly slower to train.
  • The "Quasar" class was the hardest to predict due to class imbalance.

How to Run

  1. Clone the repo.
  2. Install requirements.
  3. Run the notebook: stellar_classification.ipynb

About

Stellar objects classification from sensor data taken by the SDSS (Sloan Digital Sky Survey) using some basic machine learning models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published