Skip to content

Commit

Permalink
Removes dependency from MLJBase
Browse files Browse the repository at this point in the history
  • Loading branch information
boborbt committed Apr 8, 2024
1 parent d177073 commit 8a28e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PartitionedLS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ It conforms to the MLJ interface.
"""

function MLJModelInterface.predict(model::PartLS, fitresult, X)
X = MLJBase.matrix(X)
X = MLJModelInterface.matrix(X)
return PartitionedLS.predict(fitresult, X)
end

Expand Down

0 comments on commit 8a28e0d

Please sign in to comment.