We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
supports_class_weights
1 parent 39852ca commit cf08e71Copy full SHA for cf08e71
src/metadata_utils.jl
@@ -107,7 +107,7 @@ function metadata_model(
107
target_scitype=target,
108
output_scitype=output,
109
supports_weights::Union{Nothing,Bool}=weights,
110
- supports_class_weights::Union{Nothing,Bool}=weights,
+ supports_class_weights::Union{Nothing,Bool}=class_weights,
111
docstring::Union{Nothing,String}=descr,
112
load_path::Union{Nothing,String}=path,
113
human_name::Union{Nothing,String}=nothing
0 commit comments