Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error - cuando trabaja en paralelo #10

Open
amorabonilla opened this issue Nov 29, 2019 · 1 comment
Open

Error - cuando trabaja en paralelo #10

amorabonilla opened this issue Nov 29, 2019 · 1 comment

Comments

@amorabonilla
Copy link
Collaborator

----------------------------------------Experiment: 13
Objects: 30
Attributes: 90
Apriori

Parameter specification:
confidence minval smax arem aval originalSupport
1 0.1 1 none FALSE TRUE
maxtime support minlen maxlen target ext
5 0.11 2 10 rules FALSE

Algorithmic control:
filter tree heap memopt load sort verbose
0.1 TRUE TRUE FALSE TRUE 2 TRUE

Absolute minimum support count: 3

set item appearances ...[0 item(s)] done [0.00s].
set transactions ...[90 item(s), 30 transaction(s)] done [0.00s].
sorting and recoding items ... [90 item(s)] done [0.00s].
creating transaction tree ... done [0.00s].
checking subsets of size 1 2 3 4 5 6 7 8 9 10 done [5.77s].
writing ... [18725864 rule(s)] done [18.80s].
creating S4 object ... done [10.10s].
Using parallel execution
Called from: parallel::mclapply(x, FUN, mc.cores = parallel::detectCores())

source('~/Cooperative-Filtering/Ejemplos-pruebas/prueba_random_n_experiments.R')
Error in parallel::mclapply(x, FUN, mc.cores = parallel::detectCores()) :
'mc.cores' must be >= 1

En Traceback la última llamada fue a
paralello: mclapply(x, FUNC, mc.cores=paralell(detectcores....

@neuroimaginador
Copy link
Owner

Has podido reproducir el error? No parece que esté relacionado con el paquete, sino más bien con parallel::detectCores()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants