Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parneet-sandhu/spaceship-titanic
Spaceship-titanic : We need to Predict which passengers are transported to an alternate dimension. Accuracy Achieved: 0.79331
https://github.com/parneet-sandhu/spaceship-titanic
Last synced: 15 days ago
JSON representation
Spaceship-titanic : We need to Predict which passengers are transported to an alternate dimension. Accuracy Achieved: 0.79331
- Host: GitHub
- URL: https://github.com/parneet-sandhu/spaceship-titanic
- Owner: Parneet-Sandhu
- Created: 2024-07-27T15:34:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T15:38:04.000Z (5 months ago)
- Last Synced: 2024-07-27T17:06:30.424Z (5 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spaceship-titanic
Accuracy Achieved: 0.79331We need to Predict which passengers are transported to an alternate dimension
The Spaceship Titanic was an interstellar passenger liner launched a month ago. With almost 13,000 passengers on board, the vessel set out on its maiden voyage transporting emigrants from our solar system to three newly habitable exoplanets orbiting nearby stars.
While rounding Alpha Centauri en route to its first destination—the torrid 55 Cancri E—the unwary Spaceship Titanic collided with a spacetime anomaly hidden within a dust cloud. Sadly, it met a similar fate as its namesake from 1000 years before. Though the ship stayed intact, almost half of the passengers were transported to an alternate dimension!
To help rescue crews and retrieve the lost passengers, you are challenged to predict which passengers were transported by the anomaly using records recovered from the spaceship’s damaged computer system.
Help save them and change history!
# Evaluation
Metric:Submissions are evaluated based on their classification accuracy, the percentage of predicted labels that are correct.
Submission Format:
The submission format for the competition is a csv file with the following format:
PassengerId,Transported
0013_01,False
0018_01,False
0019_01,False
0021_01,False
etc.