yzhao062/pyod

Does input data not support sparse matrix ?

Open

#140 opened on 2019年11月5日

GitHub で見る
 (2 comments) (0 reactions) (1 assignee)Python (1,308 forks)batch import
New Featurehelp wanted

Repository metrics

Stars
 (7,762 stars)
PR merge metrics
 (平均マージ 4d 17h) (30d で 14 merged PRs)

説明

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.

コントリビューターガイド