Updated 2 years ago
Titanic Predictions:
Predicting whether a passenger survived or perished
- Source: Kaggle Competition Link
- Source: Why you should use a framework
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