Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Star Classification System - Fixes 861 #865

Merged
merged 3 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Prediction Models/Stars_Classification_Model/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Star Classification System

## Project Overview

This project uses machine learning to classify stars into specific types based on their features. The system is designed to analyze astronomical data and assign star classes accurately. This project can assist astronomers and researchers in understanding star distributions and characteristics in various datasets.

## Problem Statement

Classifying stars accurately is essential in astronomical research, enabling better understanding of star properties, distributions, and behaviors. This project aims to create a classification model that can identify star types based on their features, such as temperature, luminosity, and radius. By accurately categorizing stars, we can gain insights into stellar evolution and structure.

## Features

- **Data Preprocessing**: Cleaning and preparing data for training.
- **Model Training**: Using machine learning algorithms to classify star types.
- **Model Evaluation**: Measuring the model’s performance with accuracy and other metrics.
- **Data Visualization**: Visualizing the classification results for interpretability.


Loading
Loading