Skip to content

Commit

Permalink
Merge pull request #125 from JuliaTrustworthyAI/inductive_bayes
Browse files Browse the repository at this point in the history
Bayes Regression only
  • Loading branch information
MojiFarmanbar authored Aug 22, 2024
2 parents 20dbac5 + d89bff3 commit db324d5
Show file tree
Hide file tree
Showing 15 changed files with 1,235 additions and 1,256 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7'
- '1.10'
os:
- ubuntu-latest
Expand Down
12 changes: 8 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ version = "0.1.13"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
InferOpt = "4846b161-c94e-4150-8dac-c7ae193c601f"
LaplaceRedux = "c52c1a26-f7c5-402b-80be-ba1e638ad478"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJEnsembles = "50ed68f4-41fd-4504-931a-ed422449fee0"
Expand All @@ -26,21 +28,23 @@ Aqua = "0.8"
CategoricalArrays = "0.10"
ChainRules = "1.49.0"
ComputationalResources = "0.3"
Distributions = "0.25.109"
Flux = "0.13, 0.14"
InferOpt = "0.6.1"
LinearAlgebra = "1.7, 1.8, 1.9, 1.10"
LaplaceRedux = "1.0.2"
LinearAlgebra = " 1.9, 1.10"
MLJBase = "0.20, 0.21, 1"
MLJEnsembles = "0.3.3, 0.4"
MLJFlux = "0.2.10, 0.3, 0.4, 0.5"
MLJLinearModels = "0.10.0"
MLJModelInterface = "1"
MLUtils = "0.4.2"
ProgressMeter = "1"
Random = "1.7, 1.8, 1.9, 1.10"
Random = "1.9, 1.10"
StatsBase = "0.33, 0.34.0"
Tables = "1"
Test = "1.7, 1.8, 1.9, 1.10"
julia = "1.7, 1.8, 1.9, 1.10"
Test = "1.9, 1.10"
julia = "1.9, 1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
Loading

0 comments on commit db324d5

Please sign in to comment.