python birch聚类显示内存不足

我有一个12322194*15大小的数据,在python中用kmeans聚类都聚出来了,用birch聚类却显示内存错误,birch聚类不是适合大数据吗?为什么kmeans可以实现,而适合大数据的birch反而实现不了。想请教为什么会这样以及要怎么解决

代码和错误信息贴下看看呢
 

branching_factorint, default=50

Maximum number of CF subclusters in each node. If a new samples enters such that the number of subclusters exceed the branching_factor then that node is split into two nodes with the subclusters redistributed in each. The parent subcluster of that node is removed and two new subclusters are added as parents of the 2 split nodes.

你好,我是有问必答小助手。为了技术专家团更好地为您解答问题,烦请您补充下(1)问题背景详情,(2)您想解决的具体问题,(3)问题相关图片。便于技术专家团更好地理解问题,并给出解决方案。

您可以点击问题下方的【编辑】,进行补充修改问题。

谢谢回复