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.
2 parents a346af9 + 2b78f38 commit 5ee05c5Copy full SHA for 5ee05c5
src/model_api.jl
@@ -10,7 +10,7 @@ thereof. The fallback of `reformat` returns the user-provided data
10
function fit end
11
12
# fallback for static transformations
13
-fit(::Static, ::Integer, data...) = (nothing, nothing, nothing)
+fit(::Static, verbosity, data...) = (nothing, nothing, nothing)
14
15
# fallbacks for supervised models that don't support sample weights:
16
fit(m::Supervised, verbosity, X, y, w) = fit(m, verbosity, X, y)
0 commit comments