Skip to content

Commit

Permalink
fix inadvertent corruption of src
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 11, 2024
1 parent f658765 commit 16d8c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regressor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ shape(model::MultitargetNeuralNetworkRegressor, X, y) = (ncols(X), ncols(y))
build(model::MultitargetNeuralNetworkRegressor, rng, shape) =
build(model.builder, rng, shape...)

function fitresult(model::MultitargetNeuralNetworkRegressor, chaintype, y)
function fitresult(model::MultitargetNeuralNetworkRegressor, chain, y)
if y isa Matrix
target_column_names = nothing
else
Expand Down

0 comments on commit 16d8c17

Please sign in to comment.