NASA | Nearest Earth Objects (1910-2024)
More than 300k NASA records about N.E.O. (Nearest-Earth-Objects)☄️
@kaggle.ivansher_nasa_nearest_earth_objects_1910_2024
More than 300k NASA records about N.E.O. (Nearest-Earth-Objects)☄️
@kaggle.ivansher_nasa_nearest_earth_objects_1910_2024
(Asteroid (4179) Tautatis is a potentially dangerous object passing at a distance of 2.3 times the distance from the Moon. (available in our dataset))
There are many dangerous bodies in space, one of them is N.E.O. - "Nearest Earth Objects". Some such bodies really pose a danger to the planet Earth, NASA classifies them as "is_hazardous". This dataset contains ALL NASA observations of similar objects from 1910 to 2024!!!
There are 338,199 records of N.E.O. in the Dataset!
Try to predict "is_hazardous" as accurately as possible! (otherwise we will not be ready for an asteroid attack)
CREATE TABLE nearest_earth_objects_1910_2024 (
"neo_id" BIGINT,
"name" VARCHAR,
"absolute_magnitude" DOUBLE,
"estimated_diameter_min" DOUBLE,
"estimated_diameter_max" DOUBLE,
"orbiting_body" VARCHAR,
"relative_velocity" DOUBLE,
"miss_distance" DOUBLE,
"is_hazardous" BOOLEAN
);Anyone who has the link will be able to view this.