CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 00:17:57 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=6c9874b989648c746163bfbc971e076a18e679243e55f1527143b19a5033b430a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22MAlRXVdybXO9Z2YMTTbFD2_vOuv_mK0O%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d26ac98a21e084-BLR
dwdm3 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- data = iris
- head(data)
- sampler = sample(1:nrow(data), size = 0.9*nrow(data), replace = FALSE)
- training_data = data[sampler,]
- testing_data = data[-sampler,]
- # test_data_label = testing_data[,5]
- # training_data_label = training_data[,5]
- #
- # test_data = testing_data[,-5]
- # training_data = training_data[,-5]
- library(rattle)
- library(rpart)
- library(rpart.plot)
- model = rpart(training_data$Species~., data=training_data, minsplit=2)
- fancyRpartPlot(model)
- prediction = predict(model, testing_data[,-5])
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ F
JavaScript | 7 sec ago | 0.25 KB
-
💵 Make 3000$ in 20 minutes 💵
JavaScript | 9 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ E
JavaScript | 12 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ L
JavaScript | 16 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch
JavaScript | 18 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 3
JavaScript | 23 sec ago | 0.25 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 24 sec ago | 0.10 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 7
JavaScript | 26 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand