yzhao062/pyod

Does input data not support sparse matrix ?

Open

#140 创建于 2019年11月5日

在 GitHub 查看
 (2 评论) (0 反应) (1 负责人)Python (7,762 star) (1,308 fork)batch import
New Featurehelp wanted

描述

train_X is A sparse matrix call fit(train_X) raise TypeError('A sparse matrix was passed, but dense ' TypeError: A sparse matrix was passed, but dense data is required. Use X.toarray() to convert to a dense numpy array.

贡献者指南