Skip to content

Commit

Permalink
Merge pull request #865 from Varunshiyam/fixes-861
Browse files Browse the repository at this point in the history
Star Classification System - Fixes 861
  • Loading branch information
UppuluriKalyani authored Nov 10, 2024
2 parents d1733b5 + 589d2e8 commit cd8a4ae
Show file tree
Hide file tree
Showing 2 changed files with 1,043 additions and 0 deletions.
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

0 comments on commit cd8a4ae

Please sign in to comment.