Currently the data digest CSV file is produced as part of the prediction step. That means that if the way we produce the output changes, or the user wants a different output (e.g. detailed vs non-detailed) they currently have to do prediction over again which is not optimal. So it would be super useful to have a standalone function for producing the CSV export with the settings the user wants. That will be useful e.g. from a notebook or CLI. With #63, we could then also allow users themselves to make decisions about how they would prefer to have their centroids calculated if they disagree with our default way (or another implemented way simply works better for their data).
Currently the data digest CSV file is produced as part of the prediction step. That means that if the way we produce the output changes, or the user wants a different output (e.g. detailed vs non-detailed) they currently have to do prediction over again which is not optimal. So it would be super useful to have a standalone function for producing the CSV export with the settings the user wants. That will be useful e.g. from a notebook or CLI. With #63, we could then also allow users themselves to make decisions about how they would prefer to have their centroids calculated if they disagree with our default way (or another implemented way simply works better for their data).