Skip to content

Commit

Permalink
rm clustering glue code and update registry
Browse files Browse the repository at this point in the history
  • Loading branch information
OkonSamuel committed Oct 26, 2020
1 parent 76e00af commit 429178e
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 405 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJModels"
uuid = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
authors = ["Anthony D. Blaom <anthony.blaom@gmail.com>"]
version = "0.12.7"
version = "0.12.8"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down Expand Up @@ -39,7 +39,6 @@ Tables = "^0.2,^1.0"
julia = "1"

[extras]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
Expand All @@ -50,4 +49,4 @@ ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Clustering", "DecisionTree", "Distances", "GLM", "LIBSVM", "MLJMultivariateStatsInterface", "NearestNeighbors", "ScientificTypes", "Test"]
test = ["DecisionTree", "Distances", "GLM", "LIBSVM", "MLJMultivariateStatsInterface", "NearestNeighbors", "ScientificTypes", "Test"]
179 changes: 0 additions & 179 deletions src/Clustering.jl

This file was deleted.

3 changes: 1 addition & 2 deletions src/MLJModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const MMI = MLJModelInterface
if VERSION < v"1.3"
nonmissingtype = MLJScientificTypes.ScientificTypes.nonmissing
end

nonmissing = nonmissingtype

include("metadata.jl")
Expand Down Expand Up @@ -74,8 +75,6 @@ function __init__()
include("DecisionTree.jl"))
@require(GLM="38e38edf-8417-5370-95a0-9cbb8c7f171a",
include("GLM.jl"))
@require(Clustering="aaaa29a8-35af-508c-8bc3-b662a17a0fe5",
include("Clustering.jl"))
@require(LIBSVM="b1bec4e5-fd48-53fe-b0cb-9723c09d164b",
include("LIBSVM.jl"))
@require(NearestNeighbors="b8a86587-4115-5ab1-83bc-aa920d37bbce",
Expand Down

0 comments on commit 429178e

Please sign in to comment.