Skip to content

In this code we will predict survived for the tragic accident Titanic. It's a Kaggle competition.

Notifications You must be signed in to change notification settings

franklaercio/titanic_machine_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🛳️ RMS Titanic Machine Learning

Made by franklaercio GitHub language count GitHub last commit Code size License Stargazers

📑 Resume of application

Hi, in this code we will predict survived for the tragic accident Titanic. It's a Kaggle competition.

A brief summary the tragic disaster below:

On April 15, 1912, during her maiden voyage, the widely considered “unsinkable” RMS Titanic sank after colliding with an iceberg. Unfortunately, there weren’t enough lifeboats for everyone onboard, resulting in the death of 1502 out of 2224 passengers and crew - available on Kaggle.

Now can you check Colab here and analysis the model predict.

RMS Titanic

🔎 Getting Started

Can you download the files:

git clone https://github.com/franklaercio/titanic_machine_learning.git

Or clone url on Google Colab:

👪 Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

📈 Versioning

For the versions available, see the tags on this repository.

👨‍💻 Authors

See also the list of contributors who participated in this project.

📋 License

This project is licensed under the MIT License - see the LICENSE.md file for details

📰 Acknowledgments

  • Python
  • Machine Learning
  • Titanic
  • Kaggle
  • Scikit-learn
  • Decision Tree
  • Random Forest Regressor