XDF: rxPredict fails with Microsoft R 9.1!

Issue #22 new
Graham Williams repo owner created an issue

No description provided.

Comments (1)

  1. Graham Williams reporter

    This could be a bug in 9.1?

    m <- rxDTree(Species ~ Petal.Length + Petal.Width + Sepal.Length + Sepal.Width, data=iris) pr <- rxPredict(m, iris, type="class", predVarNames="predCls")

    names(pr) # Species_Pred, should be predCls

  2. Log in to comment