Is there an existing way in SparkML to convert a decision tree to a decision list?
On Thu, Jun 4, 2015 at 10:50 PM, Reza Zadeh <r...@databricks.com> wrote: > The closest algorithm to decision lists that we have is decision trees > https://spark.apache.org/docs/latest/mllib-decision-tree.html > > On Thu, Jun 4, 2015 at 2:14 AM, Sateesh Kavuri <sateesh.kav...@gmail.com> > wrote: > >> Hi, >> >> I have used weka machine learning library for generating a model for my >> training set. I have used the PART algorithm (decision lists) from weka. >> >> Now, I would like to use spark ML for the PART algo for my training set >> and could not seem to find a parallel. Could anyone point out the >> corresponding algorithm or even if its available in Spark ML? >> >> Thanks, >> Sateesh >> > >