Handling zero values in IOT #66
Closed
WesIngwersen
started this conversation in
IO Methods
Replies: 1 comment
-
|
CEDA does not pre-replace zeros with small values. Instead, it handles zeros after division using This means for normalization, e.g. deriving |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Division by zero is invalid - this applies to matrix inversion as well when either rows or columns of a matrix contain all zero values.
In useeior, the primary function for normalizing Make and Use tables is
normalizeIOtransactions.normalizeIOtransactionshas built in code to change 0 values to 0.001 in both the transactions matrix (e.g. Make or Use body) and the output vector.Is this fully necessary (for instance can only output be adjusted which is the one that is inverted?
Is this done in CEDA?
RESOLVED: Use CEDA approach as described below.
Beta Was this translation helpful? Give feedback.
All reactions