The goal of this project is to predict the collision of nearest objects around the mighty EARTH.
Project description
Predict the Collision and Save the Earth
About the Dataset
The official dataset is from NASA's official website https://cneos.jpl.nasa.gov/ca/ . And the modified version of this dataset is available on Kaggle. Link : https://www.kaggle.com/datasets/sameepvani/nasa-nearest-earth-objects The dataset consists of 90837 rows and 10 columns.
The models are used in this project,
- Adaboost Classifier
- Logistic Regression
- Multi-Layer Perceptron
- Stochastic Gradient Descent
- XGBoost Classifier
- Linear Perceptron Classifier
- Support Vector Classification
- Gradient Boosting Classifier
- K-Nearest Neighbors
- Random Forest Classifier
Procedure
- First install the package using pip
pip install predict-the-collision
- import main_fun() from predict_collision
from predict_collision import main_fun
- The first parameter is "Data Path of CSV" and the second parameter is "Input Number of the prediction model"
Model Name | User input |
---|---|
Adaboost Classifier | 1 |
Logistic Regression | 2 |
Multi-Layer Perceptron | 3 |
Stochastic Gradient Descent | 4 |
XGBoost Classifier | 5 |
Linear Perceptron Classifier | 6 |
Support Vector Classification | 7 |
Gradient Boosting Classifier | 8 |
K-Nearest Neighbors | 9 |
Random Forest Classifier | 10 |
- Such as
main_fun("csv_path", 1)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file predict-the-object-collision-0.2.0.tar.gz
.
File metadata
- Download URL: predict-the-object-collision-0.2.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | baa047644433fd1ca10a84dfb22e2067e022b61d4b2e65f0d6d405e8a605b6de |
|
MD5 | 2ec652b92ce799c3b3405a59c7da8e18 |
|
BLAKE2b-256 | 77c32705ba8e90a8bc0022e4a46edc73ad9a0eaaf9076237f985d8b1dadf34ae |
File details
Details for the file predict_the_object_collision-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: predict_the_object_collision-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a24119129f7c9753da8d96ed3d4aa89c3d5b51eea8b3c0c53c4f8b61435ee2a |
|
MD5 | 50b870d502b0d6b3ad7e6b7757170435 |
|
BLAKE2b-256 | da86577772d14eb9a078eadf15e17fc7d8bcb20b19c76589205bd0ef31cd89df |