What technique is best to determine if the hypothesis below is True?
Hypothesis: the larger the fare the more likely the customer is to be travailing alone?
import seaborn as sns
# dataset
df= sns.load_dataset('titanic')
fare alone
0 7.2500 False
1 71.2833 False
2 7.9250 True
3 53.1000 False
4 8.0500 True