Re: Python API for Association Rules

2015-12-02 Thread Caique Marques
discuss there? > Thanks, > Joseph > > On Wed, Dec 2, 2015 at 4:51 AM, caiquermarques95 < > caiquermarque...@gmail.com> wrote: > >> Hello everyone! >> I'm developing to the Python API for association rules ( >> https://issues.apache.org/jira/browse/SPARK-8

Re: Python API for Association Rules

2015-12-02 Thread Joseph Bradley
Tuple2RDD(rule.map(x => (x.javaAntecedent, > x.javaConsequent))) > } > > I know that will fail, but, what is wrong with my idea? > Any suggestions? > > Thanks for the help and the tips. > Caique. > > -- > View this message in context: Python API for Associatio

Python API for Association Rules

2015-12-02 Thread caiquermarques95
Hello everyone! I'm developing to the Python API for association rules ( https://issues.apache.org/jira/browse/SPARK-8855), but I found a doubt. Following the description of the issue, it says that a important method is " *FPGrowthModel.generateAssociationRules()*", of course.