38 valueerror: unknown label type: 'unknown'
[sklearn] ValueError: Unknown label type: 'continuous' の解決法 Oct 04, 2018 · Register as a new user and use Qiita more conveniently. You can follow users and tags; you can stock useful information; You can make editorial suggestions for articles Error: Classification metrics can't handle a mix of binary and ... - GitHub Jan 15, 2019 · Just in case, I have tried playing around with different values for average and asc parameters of evaluate, didn't help.. From what I can see, Talos is trying to use f_1 score from sklearn, but this is a classification metric, so it makes sense that it does not work for my data.
blog.csdn.net › qq_41870817 › articleValueError: Unknown label type: 'continuous'_qq_41870817的博客... Apr 20, 2019 · 采用互信息法进行特征选择时,出现提示ValueError: Unknown label type: 'continuous' 即提示我的因变量y格式有误,看有很多回答说把y转换为int格式,但是我此处的y应为float,所以不适用,后发现改正方法。 原代码: #互信息法 from sklearn.feature_selection import mutual_info_classif ...
Valueerror: ...