dandls / counterfactuals

counterfactuals: An R package for Counterfactual Explanation Methods
https://dandls.github.io/counterfactuals/
GNU Lesser General Public License v3.0
21 stars 4 forks source link

Wide to long print out #28

Open dandls opened 1 year ago

dandls commented 1 year ago

If printing a Counterfactual objects, the output should apear in long instead of wide data.table format. Therefore, data.table::melt can be used. See mlr3 for an example.