Skip to content

Instantly share code, notes, and snippets.

@cseidman
Created January 24, 2018 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cseidman/e35eccac5eca96cf2bec3a6b3ac27ca3 to your computer and use it in GitHub Desktop.
Save cseidman/e35eccac5eca96cf2bec3a6b3ac27ca3 to your computer and use it in GitHub Desktop.
TestModel
startPoint <- endRange+1
# Get the remainder for testing
testData <- ds[startPoint:rowCount,]
# Run the prediction and store it in a data set
pred <- rxPredict(prunedTree, data=testData,reportProgress = 0,writeModelVars=T)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment