Skip to content

Simple application to visualize the result of the PCA

Notifications You must be signed in to change notification settings

alexandredias3d/pca-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Principal Component Analysis (PCA) Viewer

This is a simple Dash application that loads a dataset and make a scatter plot to visualize the results.

How to use

Following are the steps needed to run this application:

  1. Install Python 3.9 or greater
  2. Install pipenv using pip
    pip install pipenv
    
  3. Install third party packages with Pipenv
    pipenv install
    
  4. Run the Dash application inside the environment created by pipenv
    pipenv run python app.py
    
  5. Load a .CSV file
  6. Select the columns to run the PCA algorithm on using the checkboxes
  7. Select the column to colorize the plot (optional)
  8. Click the button to run the PCA algorithm and plot the data

Example

Example of PCA Viewer usage

About

Simple application to visualize the result of the PCA

Topics

Resources

Stars

Watchers

Forks

Languages