Hypothesis Testing With T-TEST
T-TEST: Is used to compare the mean of two given samples
Hypothesis testing to check if alcohol contents affects wine quality using T-Test
Import the libraries
%matplotlib inline
import warnings
import numpy as np
import pandas as pd
import seaborn a...
pinkdatahub.hashnode.dev3 min read