import pandas as pd import matplotlib.pyplot as plt import seaborn as sb ... X = (X - X.mean()) / X.std() # compute the covariance matrix
確定! 回上一頁