Skip to content

Commit db324d5

Browse files
Merge pull request #125 from JuliaTrustworthyAI/inductive_bayes
Bayes Regression only
2 parents 20dbac5 + d89bff3 commit db324d5

File tree

15 files changed

+1235
-1256
lines changed

15 files changed

+1235
-1256
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version:
22-
- '1.7'
2322
- '1.10'
2423
os:
2524
- ubuntu-latest

Project.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ version = "0.1.13"
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
88
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
99
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
10+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1011
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
1112
InferOpt = "4846b161-c94e-4150-8dac-c7ae193c601f"
13+
LaplaceRedux = "c52c1a26-f7c5-402b-80be-ba1e638ad478"
1214
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1315
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
1416
MLJEnsembles = "50ed68f4-41fd-4504-931a-ed422449fee0"
@@ -26,21 +28,23 @@ Aqua = "0.8"
2628
CategoricalArrays = "0.10"
2729
ChainRules = "1.49.0"
2830
ComputationalResources = "0.3"
31+
Distributions = "0.25.109"
2932
Flux = "0.13, 0.14"
3033
InferOpt = "0.6.1"
31-
LinearAlgebra = "1.7, 1.8, 1.9, 1.10"
34+
LaplaceRedux = "1.0.2"
35+
LinearAlgebra = " 1.9, 1.10"
3236
MLJBase = "0.20, 0.21, 1"
3337
MLJEnsembles = "0.3.3, 0.4"
3438
MLJFlux = "0.2.10, 0.3, 0.4, 0.5"
3539
MLJLinearModels = "0.10.0"
3640
MLJModelInterface = "1"
3741
MLUtils = "0.4.2"
3842
ProgressMeter = "1"
39-
Random = "1.7, 1.8, 1.9, 1.10"
43+
Random = "1.9, 1.10"
4044
StatsBase = "0.33, 0.34.0"
4145
Tables = "1"
42-
Test = "1.7, 1.8, 1.9, 1.10"
43-
julia = "1.7, 1.8, 1.9, 1.10"
46+
Test = "1.9, 1.10"
47+
julia = "1.9, 1.10"
4448

4549
[extras]
4650
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)