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

pfff

parent 8bbb653b
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ clf = NeuralNetworkClassifier(
epochs=epochs,
batch_size=Int(round(n_obs/10))
)
conf_model = conformal_model(clf; method=:simple_inductive)
conf_model = conformal_model(clf; method=:simple_inductive, coverage=.99)
mach = machine(conf_model, X, labels)
fit!(mach)
```
......@@ -39,7 +39,7 @@ println("F1 score (test): $(round(f1,digits=3))")
```{julia}
using CounterfactualExplanations.DataPreprocessing: undersample
dt_reduced = undersample(counterfactual_data, 100)
# dt_reduced = counterfactual_data
dt_reduced = counterfactual_data
```
```{julia}
......
www/cce_mnist.png

12.8 KiB | W: | H:

www/cce_mnist.png

14.4 KiB | W: | H:

www/cce_mnist.png
www/cce_mnist.png
www/cce_mnist.png
www/cce_mnist.png
  • 2-up
  • Swipe
  • Onion skin
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