Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. tree.logprice = tree(dtrain$logprice ~ logcarat + cut + color + clarity + depth + table + xx + yy + zz, data = dtrain)
  2.  
  3. plot(tree.logprice)
  4. text(tree.logprice)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement