Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

atakrig (version 0.9.8.1)

ataStartCluster: Start/stop cluster parallel calculation.

Description

Start/stop cluster parallel calculation for time consuming prediction. ataIsClusterEnabled queries if cluster connections have been started by ataStartCluster.

Usage

ataStartCluster(spec = min(parallel::detectCores(), 8), ...)
ataStopCluster()

Arguments

spec

A specification appropriate to the type of cluster. See snow::makeCluster. By default, a maximum number of 8 slaves nodes can be creates on the local machine.

...

cluster type and option specifications.