Skip to content

Commit

Permalink
➕ Include in top-level only
Browse files Browse the repository at this point in the history
  • Loading branch information
EssamWisam committed Sep 1, 2024
1 parent daa4b2a commit 59c9bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/MLJFlux.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ include("core.jl")
include("regressor.jl")
include("classifier.jl")
include("image.jl")
include("fit_utils.jl")
include("entity_embedding_utils.jl")
include("mlj_model_interface.jl")

export NeuralNetworkRegressor, MultitargetNeuralNetworkRegressor
Expand Down
2 changes: 0 additions & 2 deletions src/mlj_model_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ end


# # FIT AND UPDATE
include("fit_utils.jl")
include("entity_embedding_utils.jl")

const ERR_BUILDER =
"Builder does not appear to build an architecture compatible with supplied data. "
Expand Down

0 comments on commit 59c9bb9

Please sign in to comment.