model.fit(data_zs) #开始聚类
运行完之后会报错,提示如下:ImportError: [joblib] Attempting to do parallel computing without protecting
your import on a system that does not support forking. To use parallel-computing
in a script, you must protect your main loop using "if __name__ == '__main__'".
Please see the joblib documentation on Parallel for more information
----------------------------------------------------------------------------------------