Is the Exoplanet habitable
- 6 Devlogs
- 11 Total hours
I am building an AI that detects whether an exoplanet is habitable or not.
I am building an AI that detects whether an exoplanet is habitable or not.
Updating my Project Website: https://javinwittig.github.io/exoplanet-habitability/
I improved my habitability model(changed to RandomForestClassifier) and created a website that reveals habitable exoplanets as you scroll through.
I am still building a machine learning model that uses logistic regression and astronomical data from NASA to predict if an exoplanet is potentially habitable.
I trained a Logistic Regression model on the dataset using scikit-learn
splitting the data
Importing all the necessary data for my project to detect habitable exoplanets