Skip to content

Commit

Permalink
Merge pull request #913 from JuliaAI/remove-redundant-params
Browse files Browse the repository at this point in the history
Remove some orphaned code
  • Loading branch information
ablaom authored Jul 4, 2023
2 parents e151fe1 + 5b549f9 commit 29a6ef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 37 deletions.
9 changes: 5 additions & 4 deletions src/MLJBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,15 @@ export coerce, coerce!, autotype, schema, info
export UnivariateFiniteArray, UnivariateFiniteVector

# -----------------------------------------------------------------------
# abstract model types defined in MLJModelInterface.jl and extended here:
# re-export from MLJModelInterface.jl

#abstract model types defined in MLJModelInterface.jl and extended here:
for T in EXTENDED_ABSTRACT_MODEL_TYPES
@eval(export $T)
end

export params

# -------------------------------------------------------------------
# exports from this module, MLJBase

Expand All @@ -306,9 +310,6 @@ export default_resource
# one_dimensional_ranges.jl:
export ParamRange, NumericRange, NominalRange, iterator, scale

# parameter_inspection.jl:
export params # note this is *not* an extension of StatsBase.params

# data.jl:
export partition, unpack, complement, restrict, corestrict

Expand Down
33 changes: 0 additions & 33 deletions src/parameter_inspection.jl

This file was deleted.

0 comments on commit 29a6ef0

Please sign in to comment.