April 16, 2023

Introduction

This is a kaggle competition to predict which passengers are transported to an alternate dimension. The data source is from https://www.kaggle.com/competitions/spaceship-titanic

I blended predictive results using Vote Classifier from two algorithms – LGBM, and CatBoost – to maximize the accuracy of the prediction.

Achievement

Datasets

Language and libraries

Language: Python

Libraries :

Data Preprocessing 1