Getting started (Part 2): Predicting the passengers' survival in the Titanic shipwreck

In this walkthrough, let us once more deal with a classification project . However , this time we are going to use a tinge of categorical feature-based approach.

Let us create a Titanic Survival -Classification Project in a few simple steps, train our model then deploy it as a REST API.

  1. ​Create the project​

  2. ​Upload the dataset​

  3. ​Preprocess the dataset​

  4. ​Build a flowchart​

  5. ​Run the build​

  6. ​Deploy the project​