Learn practical skills, build real-world projects, and advance your career
alt

Titanic Predictions:

Predicting whether a passenger survived or perished

Fast.ai Version:

Installing and Importing:

%%capture
!pip install torch.torchvision
!pip install -Uqq fastai
!pip install nbdev
from fastai.collab import *
import fastai
from fastai.tabular.all import *
import pandas as pd

Wrangling the data: