Skip to content

Commit 9fe7740

Browse files
Update Cap10.R
1 parent 0e1a9bf commit 9fe7740

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cap10/Cap10.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install.packages("ggplot2")
2121
install.packages("dplyr")
2222
install.packages("reshape")
2323
install.packages("randomForest")
24+
install.packages("e1071")
2425

2526
# Carregando os pacotes
2627
library(Amelia)
@@ -29,6 +30,7 @@ library(caret)
2930
library(reshape)
3031
library(randomForest)
3132
library(dplyr)
33+
library(e1071)
3234

3335
# Carregando os datasets
3436
dataset <- read.csv("credit-card.csv")

0 commit comments

Comments
 (0)