File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed
Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Spell Check
2+
3+ on : [pull_request]
4+
5+ jobs :
6+ typos-check :
7+ name : Spell Check with Typos
8+ runs-on : ubuntu-latest
9+ steps :
10+ - name : Checkout Actions Repository
11+ uses : actions/checkout@v4
12+ - name : Check spelling
13+ uses : crate-ci/typos@master
14+
Original file line number Diff line number Diff line change 55[ ![ Build Status] ( https://github.com/EarthyScience/HybridVariationalInference.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/EarthyScience/HybridVariationalInference.jl/actions/workflows/CI.yml?query=branch%3Amain )
66[ ![ Coverage] ( https://codecov.io/gh/EarthyScience/HybridVariationalInference.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/EarthyScience/HybridVariationalInference.jl )
77[ ![ Aqua] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
8+
9+ Extending Variational Inference (VI), an approximate bayesian inversion method,
10+ to hybrid models, i.e. models that combine mechanistic and machine-learning parts.
11+
12+ The model inversion, inferes parametric approximations of posterior density
13+ of model parameters, by comparing model outputs to uncertain observations. At
14+ the same time, a machine learning model is fit that predicts parameters of these
15+ approximations by covariates.
16+
Original file line number Diff line number Diff line change 1+ [default .extend-words ]
2+ SOM = " SOM"
You can’t perform that action at this time.
0 commit comments