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.

貢獻者指南