Planet Type Classifier
This project uses a data set to predict planet types based on certain features from a data set. DATASET: https://www.kaggle.com/datasets/adityamishraml/nasaexoplanets/code
FEATURES USED -Mass multiplier -Radius multiplier -Orbital radius -Eccentricity -Orbital period -Stellar magnitude
Accuracy score: approx. 0.945 or 94.5%
Added an analysis of the model that shows:
Confusion Matrix that compares the predicted planet types against the actual planet types

Feature Importances plot that shows the features that were important in predicting the planet types
