You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pat-alt I noticed there was only few functions that actually pre-process the data additionally to loading it (e.g., specifying the domain of the dataset or specifying the standardization - these are the parts I left commented-out in the #9) and I question if we actually need this extension layer. Do you think it's necessary?
@kmariuszk coming back to this now and realizing I missed this comment. I still think we need a translation layer, but unsure whether to place it here or in CE.jl. Let's discuss during our next call.
CounterfactualExplanations
(X, y)
tuple intoCounterfactualData
object (maybe use extensions?)Problems:
CounterfactualExplanations.CounterfactualData(X, y; domain=(-1.0, 1.0)
domain information)?X, y, domain
)The text was updated successfully, but these errors were encountered: