RokIvansek / attribute-interactions

A python implementation of attribute interactions. An Orange add-on (scripting part only).
2 stars 0 forks source link

Heuristics #21

Open RokIvansek opened 8 years ago

RokIvansek commented 8 years ago

Research heuristics. If your interactions library gets a dataset with huge amount of attributes it should not freeze but instead use clever heuristics to produce some results in a reasonable amount of time.

Look at the references in the papers you have on heuristics.

RokIvansek commented 8 years ago

Test the efficiency of the heuristic by doing a full space search and see if the heuristics indeed finds the best interactions.