Quantifying the diversity of selcted subset
Closed this issue · 4 comments
FanwangM commented
We will add the functionality to support measuring the subset diversity.
FanwangM commented
RichRick1 commented
@fwmeng88 do you want to use the function total_diversity_volume
from the metrics.py
as shown in the demo notebook, or use some other method?
FanwangM commented
We will need to provide people the functionality to select functions that have been implemented, entropy, explicit_diversity_index, logdet, shannon_entropy, wdud and total_diversity_volume
, #65.
I will build a wrapper function soon and you can finish this functionality once my code is merged. @RichRick1