Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Jun 27, 2023
1 parent 20624a5 commit 83f120a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RowEchelon = "af85af4c-bcd5-5d23-b03a-a909639aa875"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

Expand All @@ -23,6 +22,5 @@ InlineStrings = "1"
MLJBase = "0.21"
MLJLinearModels = "0.8, 0.9"
MLJModelInterface = "1.4"
RowEchelon = "0.2"
Tables = "1.7"
julia = "1.6"
1 change: 0 additions & 1 deletion src/SIRUS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ using MLJBase: mode
using MLJLinearModels: MLJLinearModels, RidgeRegressor, glr
using MLJModelInterface: UnivariateFinite, Probabilistic, fit
using Random: AbstractRNG, default_rng, seed!, shuffle
using RowEchelon: rref
using Statistics: mean, median
using Tables: Tables, matrix

Expand Down

0 comments on commit 83f120a

Please sign in to comment.