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

Inconsistency between trainInstancesDir and testInstancesDir #19

Open
MLopez-Ibanez opened this issue Feb 19, 2022 · 0 comments
Open

Inconsistency between trainInstancesDir and testInstancesDir #19

MLopez-Ibanez opened this issue Feb 19, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@MLopez-Ibanez
Copy link
Owner

By default

# trainInstancesDir = "./Instances/"
# testInstancesDir = ""

So not specifying any directory, like:

## File with a list of instances and (optionally) parameters.
## If empty or NULL, do not use a file.
trainInstancesFile = "instances-train.txt"

## File containing a list of test instances and optionally additional
## parameters for them.  If empty or NULL, do not use a file.
testInstancesFile = "instances-test.txt"

defaults to for train instances to Instances/train-instance-1 ...
but to ./test-instance-1 ... for test instances, which is unexpected.

# FIXME: Use NA as default value for testInstancesFile/testInstancesDir.
If testInstancesFile != NA and testInstancesDir == NA,

then make testInstancesDir = trainInstancesDir. Maybe give a warning when doing this.

@MLopez-Ibanez MLopez-Ibanez added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant