frinzekt / CITS3401-Project2

Data Warehouse Project
1 stars 0 forks source link

Starter and Plan #1

Open frinzekt opened 3 years ago

frinzekt commented 3 years ago

General strategy

Data Cleaning and Analysis

Association rule mining

Attribute Selection / Data Reduction ?

Attribute Selection and Data Reduction is very related. It might be worth doing these analysis

  1. All attributes
  2. Selected attributes (by what we think is correct)
  3. ANOVA Variable selections
  4. PCA

Classification

Clustering

Other comments

There are so many ways that these can be done, and although it is a great idea to do quite a few with comparison. It is understandable that we might limit ourselves with some tools.

I believe it's better to do a comparison by different methods (eg. PCA, selected attribute, all attributes) than by different tools (eg. Python, WEKA)

frinzekt commented 3 years ago

found this https://medium.com/analytics-vidhya/association-analysis-in-python-2b955d0180c

worth having a look