Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Bugs in Evaluation Metrics #103

Open
BirkhoffG opened this issue Jan 19, 2023 · 0 comments
Open

Bugs in Evaluation Metrics #103

BirkhoffG opened this issue Jan 19, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@BirkhoffG
Copy link
Owner

These functions still assume that transform to the discrete features via one-hot encoding.

class Proximity(BaseEvalMetrics):

def _compute_spar(

We need to first inverse_transform x and cf, then compute the proximity and sparsity metrics.

@BirkhoffG BirkhoffG added the bug Something isn't working label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants