Skip to content

Mikel-Angelo/AI_From_Disaster_1912

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AI_From_Disaster_1912

Prediction with Python, This project uses prediction algorithms for the victims of the Titanic. Αt the beginning of the project a clearing of the data takes place, Then remove the columns that are considered not to help the artificial intelligence algorithm, Τo train the intelligent craft algorithm.in the test table displays the results of the algorithm and the data it had to predict.

image

Train-Data image

Histogram with missing values

image

Histogram, how much perset survived or not

image

Histogram, who survived from male or female

image

CLEANING-DATA

image

So,

  • What type are missing values
  • How much data is missing in the columns

image

After the cleaning-data

image

ENCODE THE DATA

image

So, encode the categorical data

image

And all data encoding!

image

image

SPLIT THE DATASET INTO THE TRAINING-TEST SET

image

And, Scale the split-data:

image

TRAIN THE MACHINE-LEARNING MODELS:

  • The accuracy from training-data:
  • image

  • The accuracy from test-data:
  • image

  • The results of models
  • image

PREDICTIONS

image

Prediction on Test-Data

image

About

Prediction with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages