首页 > TAG信息列表 > dfc

机器学习-kaggle超市客户分类

#本次采用Kmans分析数据 import pandas as pd import numpy as npp from matplotlib import pyplot as plt from sklearn.cluster import KMeans import matplotlib import warnings warnings.filterwarnings('ignore') #设置全部列显示和浮点数格式 #pd.set_option pd.set_opt