Non-breaking changes:
- update of the printing methods
Non-breaking changes:
- remove reliance on deprecated ggplot2 functionality
Non-breaking changes:
-Addition of fairadaptBoot()
functionality, which allows for bootstrap repetitions of the adaptation
procedure performed by fairadapt()
(used for uncertainty quantification)
- adding
print()
andsummary()
methods for all the exported S3 classes in the package - improving the documentation for the quantile computation functions
Non-breaking changes:
fairTwins()
now has a defaulttrain.id
ofseq_len(nrow(x$train))
(previous default was1L
)print.fairadapt()
has been changed to print the "Formula", not the "Call" (previously incorrect)
Breaking changes:
protect.A
argument renamed toprot.attr
- argument ordering changed;
prot.attr
moved to position number two,adj.mat
argument moved to position three
Non-breaking changes:
top.ord
argument introduced, for running adaptation with topological ordering, without the need foradj.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