An open API service indexing awesome lists of open source software.

https://github.com/srilaasya/titanic-survival-prediction-using-knn-for-beginners

Titanic Survival Prediction using KNN for beginners
https://github.com/srilaasya/titanic-survival-prediction-using-knn-for-beginners

analysis knn-classification python scikit-learn titanic-survival-prediction visualization

Last synced: 3 months ago
JSON representation

Titanic Survival Prediction using KNN for beginners

Awesome Lists containing this project

README

        

# Titanic-Survival-Prediction-using-KNN-for-beginners
Titanic Survival Prediction using KNN for beginners

This is a basic project that analyzes and visualizes the Titanic dataset (obtained from Kaggle) to predict the survival rate depending on several features. It a beginner-friendly project. If you're someone who has newly started Data Analysis and Data Visualization, this your way to go. It makes use of the K-Nearest Neighbors algorithm to analyze the data.