Skip to content
Snippets Groups Projects
Commit 516d6e0b authored by Pat Alt's avatar Pat Alt
Browse files

uff

parent d4e67e85
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -14,7 +14,7 @@ n_ind = N_IND_SPECIFIED ? N_IND : 10
run_experiment(
counterfactual_data, test_data;
dataname="Credit Default",
dataname="German Credit",
builder=builder,
α=[1.0, 1.0, 1e-1],
sampling_batch_size=10,
......
......@@ -11,7 +11,7 @@ builder = MLJFlux.@builder Flux.Chain(
)
# Number of individuals:
n_ind = N_IND_SPECIFIED ? N_IND : 10
n_ind = N_IND_SPECIFIED ? N_IND : 100
run_experiment(
counterfactual_data, test_data;
......
......@@ -37,8 +37,8 @@ end
# German Credit
if "german_credit" in datanames
@info "Running GMSC experiment."
include("gmsc.jl")
@info "Running German Credit experiment."
include("german_credit.jl")
end
# MNIST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment