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

uh

parent 1bcfde7d
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ logreg = NeuralNetworkClassifier(builder=MLJFlux.Linear(σ=link_fun), epochs=epo
mlp = NeuralNetworkClassifier(builder=MLJFlux.MLP(hidden=(32,), σ=link_fun), epochs=epochs)
ensmbl = EnsembleModel(model=mlp, n=5)
classifiers = Dict(
:logreg => logreg,
# :logreg => logreg,
:mlp => mlp,
# :ensmbl => ensmbl,
)
......@@ -70,6 +70,7 @@ for (dataname, data) in datasets
generate_counterfactual(
x, target_label, data, M, generator;
initialization=:identity,
converge_when=:generator_conditions,
)
catch
missing
......
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