Skip to content

Commit

Permalink
Merge pull request #166 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 1.7.1 release
  • Loading branch information
ablaom authored Nov 2, 2022
2 parents adb1258 + 100c477 commit 13933a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJModelInterface"
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
authors = ["Thibaut Lienart and Anthony Blaom"]
version = "1.7.0"
version = "1.7.1"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down
2 changes: 1 addition & 1 deletion src/model_api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ thereof. The fallback of `reformat` returns the user-provided data
function fit end

# fallback for static transformations
fit(::Static, ::Integer, data...) = (nothing, nothing, nothing)
fit(::Static, verbosity, data...) = (nothing, nothing, nothing)

# fallbacks for supervised models that don't support sample weights:
fit(m::Supervised, verbosity, X, y, w) = fit(m, verbosity, X, y)
Expand Down

0 comments on commit 13933a8

Please sign in to comment.