CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 04:52:13 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=45d4433524d1494802a0954bd81fc768f395baec32ae0fcab7da9568382e67d2a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22qiYrgiQpbxWfxz3U_bYlVyWUZqVGZWCJ%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d3fc910bf5a9b7-BLR
DWDM2 - 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]
- model = naiveBayes(training_data, training_data_label)
- prediction = predict(model, test_data)
- library(caret)
- table(prediction, test_data_label)
- confusionMatrix(prediction, test_data_label)
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 31 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ G
JavaScript | 41 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ X
JavaScript | 50 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ X
JavaScript | 59 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ B
JavaScript | 1 min ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ S
JavaScript | 1 min ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 1 min ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ 3
JavaScript | 1 min 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