Closed SYFT closed 3 years ago
Thank you. Can I ask the size of data points and clusters?
clusters 25 data point > 8*10^8 This error can be fixed by convert cluster_score to dict. By the way, this implement consump too much memory, I think it could benefit from minibatch-kmeans.
https://github.com/Kanatoko/XBOS-anomaly-detection/commit/f62a253612ed17d8c525a7c78f4a9a34a30793a5
Does this fix the issue?
There are paper that explain the algorithm in details ?
@boukicher No, there is no paper about XBOS.
https://github.com/Kanatoko/XBOS-anomaly-detection/blob/41ee7805cc866c5bcf1850954c790d9b046ae79b/xbos.py#L26
Error occurs when no feature assign to some clusters. kmeans.predict doesn't promise to assign at least one feature to some clusters.