Open pat-alt opened 3 days ago
@pasq-cat one thing we could also do is something like I've done here: https://github.com/JuliaTrustworthyAI/CounterfactualExplanations.jl/blob/1f2e7bc0b95a94959a73ab6fca32abeb48f69d44/src/counterfactuals/core_struct.jl#L23C1-L36C4
σ::Real = 1.0 -> "observational_noise" μ₀::Real = 0.0 -> "prior_mean" λ::Real = 1.0 -> "prior_precision" P₀::Union{Nothing,AbstractMatrix,UniformScaling} = nothing -> "prior_precision_matrix"
See #133 for a discussion