PCA Web App

{% if error_message %}

{{ error_message }}

{% endif %}

How to Use

Welcome to the PCA Web App! This application allows you to perform
Principal Component Analysis (PCA) from an Excel file.
Follow the steps below:

  1. Click the "Choose File" button to upload your Excel file. The file should contain numerical data.
  2. Select an imputation method from the dropdown to handle missing values if any.
  3. Optionally, provide a custom value if you selected "Custom" as the imputation method.
  4. Click the "Perform PCA" button to analyze the data.