Non-breaking changes:
Non-breaking changes:
Non-breaking changes:
-Addition of fairadaptBoot()
functionality, which allows for bootstrap repetitions of the adaptation
procedure performed by fairadapt()
(used for uncertainty quantification)
print()
and summary()
methods for all the exported S3 classes in the packageNon-breaking changes:
fairTwins()
now has a default train.id
of seq_len(nrow(x$train))
(previous default was 1L
)print.fairadapt()
has been changed to print the "Formula", not the "Call" (previously incorrect)Breaking changes:
protect.A
argument renamed to prot.attr
prot.attr
moved to position number two, adj.mat
argument moved to position threeNon-breaking changes:
top.ord
argument introduced, for running adaptation with topological ordering,
without the need for adj.mat
quant.method
argument now a function, allowing for custom user quantile regression
methods (via S3 dispatch)visualize.graph
argument available for plotting the causal diagram