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

automatic creation of output directories fail in skll 1.5 #408

Closed
benbuleong opened this issue Jan 16, 2018 · 1 comment
Closed

automatic creation of output directories fail in skll 1.5 #408

benbuleong opened this issue Jan 16, 2018 · 1 comment
Assignees
Milestone

Comments

@benbuleong
Copy link
Member

benbuleong commented Jan 16, 2018

The attached config works for skll 1.1.1 in automatic creation of output directories (log, models, results, predictions) but not in skll 1.5. This feature is very useful when carrying out large number of experiments with different settings with the intention to have different output directories.

[General]
experiment_name = news-UL-WordNet-AutoWeighting
task = evaluate

[Input]
train_directory = toy_set/news/train
test_directory = toy_set/news/test
featuresets = [["UL","WordNet"]]
featureset_names = ["expt"]
learners = ["LogisticRegression"]
suffix = .jsonlines
fixed_parameters = [{'class_weight':'balanced'}]

[Tuning]
grid_search = true
objective = f1_score_least_frequent

[Output]
probability = false
results = results
log = log
models = models
predictions = predictions
@desilinguist desilinguist self-assigned this Jan 16, 2018
@desilinguist desilinguist added this to the 1.5.1 milestone Jan 16, 2018
@desilinguist desilinguist moved this from To Do to In progress in SKLL Release 1.5.1 Jan 26, 2018
@desilinguist desilinguist reopened this Jan 26, 2018
@desilinguist
Copy link
Member

Addressed by #409.

@desilinguist desilinguist moved this from In progress to Done in SKLL Release 1.5.1 Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

2 participants