The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
95 stars 144 forks source link

SpaceX Falcon -9 Price and Safe Landing prediction #798

Open Gokul-001 opened 9 months ago

Gokul-001 commented 9 months ago

Description

we will predict if the Falcon 9 first stage will land successfully. SpaceX advertises Falcon 9 rocket launches on its website, with a cost of 62 million dollars; other providers cost upward of 165 million dollars each, much of the savings is because SpaceX can reuse the first stage.

Therefore if we can determine if the first stage will land, we can determine the cost of a launch. This information can be used if an alternate company wants to bid against SpaceX for a rocket launch

what's so Interesting about this project ?

I have provided Cleaned dataset , Sooner will be uploading the whole project

Gokul-001 commented 9 months ago

I am raising a pull request, if you can merge this to your repo, I will start diving into this project