KeyError: key :supports_class_weights not found

时间:2021-03-25 21:49:02

标签: julia

在使用这个时, @load DecisionTreeClassifier 我收到了ERROR: LoadError: KeyError: key :supports_class_weights not found
在此期间遇到了同样的错误

y, X = unpack(iris, ==(:Species),colname -> true)

for m in models(matching(X, y))
           if m.prediction_type == :probabilistic
               println(rpad(m.name, 30), "($(m.package_name))")
           end
       end

0 个答案:

没有答案