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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Baptiste Bauvin
Supervised MultiModal Integration Tool
Commits
d5235b9c
Commit
d5235b9c
authored
5 years ago
by
Baptiste Bauvin
Browse files
Options
Downloads
Patches
Plain Diff
Cleaned
parent
c3e752d3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#3955
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
multiview_platform/mono_multi_view_classifiers/exec_classif.py
+2
-4
2 additions, 4 deletions
...view_platform/mono_multi_view_classifiers/exec_classif.py
with
2 additions
and
4 deletions
multiview_platform/mono_multi_view_classifiers/exec_classif.py
+
2
−
4
View file @
d5235b9c
...
@@ -11,15 +11,14 @@ import itertools
...
@@ -11,15 +11,14 @@ import itertools
import
numpy
as
np
import
numpy
as
np
from
joblib
import
Parallel
,
delayed
from
joblib
import
Parallel
,
delayed
from
sklearn.tree
import
DecisionTreeClassifier
from
sklearn.tree
import
DecisionTreeClassifier
# Import own modules
# Import own modules
from
.
import
monoview_classifiers
from
.
import
monoview_classifiers
from
.
import
multiview_classifiers
from
.
import
multiview_classifiers
from
.multiview.exec_multiview
import
exec_multiview
,
exec_multiview_multicore
from
.multiview.exec_multiview
import
exec_multiview
,
exec_multiview_multicore
from
.monoview.exec_classif_mono_view
import
exec_monoview
,
exec_monoview_multicore
from
.monoview.exec_classif_mono_view
import
exec_monoview
,
exec_monoview_multicore
from
.utils.dataset
import
delete_HDF5
from
.utils.dataset
import
delete_HDF5
from
.result_analysis
import
get_results
from
.result_analysis
import
get_results
,
plot_results_noise
,
analyze_biclass
from
.result_analysis
import
plot_results_noise
# resultAnalysis, analyzeLabels, analyzeIterResults, analyzeIterLabels, genNamesFromRes,
from
.utils
import
execution
,
dataset
,
multiclass
,
configuration
from
.utils
import
execution
,
dataset
,
multiclass
,
configuration
matplotlib
.
use
(
matplotlib
.
use
(
...
@@ -772,7 +771,6 @@ def exec_benchmark(nb_cores, stats_iter, nb_multiclass,
...
@@ -772,7 +771,6 @@ def exec_benchmark(nb_cores, stats_iter, nb_multiclass,
# else:
# else:
for
arguments
in
benchmark_arguments_dictionaries
:
for
arguments
in
benchmark_arguments_dictionaries
:
benchmark_results
=
exec_one_benchmark_mono_core
(
dataset_var
=
dataset_var
,
**
arguments
)
benchmark_results
=
exec_one_benchmark_mono_core
(
dataset_var
=
dataset_var
,
**
arguments
)
from
.result_analysis
import
analyze_biclass
analyze_biclass
([
benchmark_results
],
benchmark_arguments_dictionaries
,
stats_iter
,
metrics
,
example_ids
=
dataset_var
.
example_ids
)
analyze_biclass
([
benchmark_results
],
benchmark_arguments_dictionaries
,
stats_iter
,
metrics
,
example_ids
=
dataset_var
.
example_ids
)
results
+=
[
benchmark_results
]
results
+=
[
benchmark_results
]
logging
.
debug
(
"
Done:
\t
Executing all the needed biclass benchmarks
"
)
logging
.
debug
(
"
Done:
\t
Executing all the needed biclass benchmarks
"
)
...
...
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