execution time

7 views
Skip to first unread message

raji sadhu

unread,
Nov 22, 2018, 1:42:40 AM11/22/18
to SparkR Developers
How to find the execution time of naive bayes classification algorithm in SparkR in standalone mode? 

uttam gogineni

unread,
Sep 25, 2019, 4:22:22 AM9/25/19
to SparkR Developers
It depends on multiple parameters
1)your pc specification
2) the amount of data 
3)and also the package you are using 
Message has been deleted

uttam gogineni

unread,
Sep 25, 2019, 4:33:21 AM9/25/19
to SparkR Developers

function(){
start.time <- Sys.time()
```your spark r code for naive bayes ```
end.time <- Sys.time()
time.taken <- end.time - start.time
print(time.taken)
Reply all
Reply to author
Forward
0 new messages