Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clowdflows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alain Shakour
clowdflows
Commits
42735127
Commit
42735127
authored
Feb 06, 2014
by
Janez K
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix on uci_dataset widget
parent
635ce76f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
workflows/library.py
workflows/library.py
+1
-1
No files found.
workflows/library.py
View file @
42735127
...
...
@@ -701,7 +701,7 @@ def uci_to_odt(input_dict):
from
mothra.settings
import
FILES_FOLDER
import
orange
output_dict
=
{}
output_dict
[
'data'
]
=
orange
.
ExampleTable
(
FILES_FOLDER
+
"uci-datasets
\\
"
+
input_dict
[
'filename'
])
output_dict
[
'data'
]
=
orange
.
ExampleTable
(
FILES_FOLDER
+
"uci-datasets
/
"
+
input_dict
[
'filename'
])
return
output_dict
def
odt_to_arff
(
input_dict
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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