Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Supervised MultiModal Integration Tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Baptiste Bauvin
Supervised MultiModal Integration Tool
Commits
d65ae40d
Commit
d65ae40d
authored
7 years ago
by
bbauvin
Browse files
Options
Downloads
Patches
Plain Diff
Cleared imports
parent
1745f3d5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/MonoMutliViewClassifiers/Monoview/ExecClassifMonoView.py
+1
-6
1 addition, 6 deletions
.../MonoMutliViewClassifiers/Monoview/ExecClassifMonoView.py
with
1 addition
and
6 deletions
Code/MonoMutliViewClassifiers/Monoview/ExecClassifMonoView.py
+
1
−
6
View file @
d65ae40d
...
...
@@ -7,22 +7,17 @@ import argparse # for command line arguments
import
datetime
# for TimeStamp in CSVFile
import
os
# to geth path of the running script
import
time
# for time calculations
import
operator
import
errno
# Import 3rd party modules
import
numpy
as
np
# for reading CSV-files and Series
import
logging
# To create Log-Files
from
sklearn
import
metrics
# For stastics on classification
import
h5py
# Import own modules
import
MonoviewUtils
# Functions for classification
import
ExportResults
# Functions to render results
import
MonoviewClassifiers
import
Metrics
from
analyzeResult
import
execute
from
utils.Dataset
import
getV
,
getValue
,
extractSubset
from
..
utils.Dataset
import
getValue
,
extractSubset
# Author-Info
__author__
=
"
Nikolas Huelsmann, Baptiste BAUVIN
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment