Skip to content

Conversation

@yzidani24
Copy link
Collaborator

  1. Define impute_mca :
    • Data Preprocessing:
      • Converts appropriate columns to factors: Check ok
      • Handles logical variables by converting them to factors. : Check ok
      • Initializes row weights.: Check ok
    • Initialization:
      • Creates a disjunctive table with missing values. : Check ok
      • Performs initial probabilistic imputation. : Check ok
    • Iterative Algorithm:
      • Centers and scales the data. : Check ok
      • Performs Singular Value Decomposition (SVD). : Check ok (Difference of max
      • Reconstructs the data matrix.
      • Updates imputed values and checks for convergence.
    • Reconstruction:
      • After convergence, reconstructs the original categorical variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants