Skip to content

Association Analysis done through Apriori algorithm implemented in python. Principal Component Analysis implemented in python.

License

Notifications You must be signed in to change notification settings

amitthere/pca-apriori-association-rules

Repository files navigation

Dimentionality Reduction and Association Analysis

CSE 601 - Data Mining and Bioinformatics - PA1

Part 1 - Dimentionality Reduction

PCA based dimensionality reduction applied on three biomedical data files (pca_a.txt, pca_b.txt, pca_c.txt) In each file, each row is the health record of a patient/sample; the last column is the disease name, and rest of the columns are features.

Part 2 - Association Analysis

About

Association Analysis done through Apriori algorithm implemented in python. Principal Component Analysis implemented in python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages