Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lidia Contreras Ochando
clowdflows
Commits
b211310c
Commit
b211310c
authored
Mar 18, 2015
by
Anze Vavpetic
Browse files
mapper: cleanup tmp files
parent
c510eb48
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/mysql/mapper.py
View file @
b211310c
...
...
@@ -61,6 +61,9 @@ def domain_map(features, feature_format, train_context, test_context,
format
=
format
,
positive_class
=
positive_class
)
# Cleanup
os
.
remove
(
f
.
name
)
elif
feature_format
==
'treeliker'
:
# We provide treeliker with the test dataset
# since it has a built-in ability to evaluate features
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment