Skip to content

Commit

Permalink
➕ Include necessary files in MLJFlux.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
EssamWisam committed Aug 5, 2024
1 parent 33cb7d9 commit cf30f90
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/MLJFlux.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module MLJFlux

export CUDALibs, CPU1

import Flux
using MLJModelInterface
using MLJModelInterface.ScientificTypesBase
using ScientificTypes: schema, Finite
Expand All @@ -14,12 +13,12 @@ using Statistics
using ColorTypes
using ComputationalResources
using Random
import Metalhead
import Optimisers

include("utilities.jl")
const MMI=MLJModelInterface
const MMI = MLJModelInterface

include("encoders.jl")
include("entity_embedding.jl")
include("builders.jl")
include("metalhead.jl")
include("types.jl")
Expand All @@ -28,15 +27,11 @@ include("regressor.jl")
include("classifier.jl")
include("image.jl")
include("mlj_model_interface.jl")
include("entity_embedding.jl")
include("ordinal_encoder.jl")

export NeuralNetworkRegressor, MultitargetNeuralNetworkRegressor
export NeuralNetworkClassifier, NeuralNetworkBinaryClassifier, ImageClassifier
export CUDALibs, CPU1
export CategoricalEmbedder
export EntityEmbedder

include("deprecated.jl")


end

0 comments on commit cf30f90

Please sign in to comment.