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

Problems finding best length using cross validation in parallel #22

Open
AniekMarkus opened this issue Jul 25, 2024 · 0 comments
Open

Comments

@AniekMarkus
Copy link
Contributor

Running EXPLORE for mix_4.arff with settings:

PartitionMethod=CROSS_VALIDATION
StartRulelength=1
EndRulelength=5
LearnRatio=0.7
NumberofPartitions=3
Subsumption=no
BranchBound=no
Parallel=yes (fo 'no' EXPLORE successfully completes)
ParallelMethod=ONE
BinaryReduction=yes

Sometimes gives error messages after 1 or 2 partitions (e.g. the one below) and sometimes successfully completes:
libc++abi: terminating due to uncaught exception of type std::length_error: vector Process finished with exit code 134 (interrupted by signal 6: SIGABRT)

In addition: when re-training model with full train set (learn + validate), the functions induce() etc. not yet available in parallel.

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

1 participant