Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scikit-multimodallearn
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
Operate
Environments
Monitor
Incidents
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
dev
scikit-multimodallearn
Commits
f7559e02
Commit
f7559e02
authored
5 years ago
by
Dominique Benielli
Browse files
Options
Downloads
Patches
Plain Diff
test passed
parent
96d4fef6
No related branches found
No related tags found
No related merge requests found
Pipeline
#3875
failed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
multimodal/boosting/mumbo.py
+0
-27
0 additions, 27 deletions
multimodal/boosting/mumbo.py
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
with
1 addition
and
28 deletions
multimodal/boosting/mumbo.py
+
0
−
27
View file @
f7559e02
...
...
@@ -4,33 +4,6 @@ r"""Multimodal Boosting
This module contains a **Mu**\ lti\ **M**\ odal **Bo**\ osting (**MuMBo**)
estimator for classification implemented in the ``MumboClassifier`` class.
"""
# Université d'Aix Marseille (AMU) -
# Centre National de la Recherche Scientifique (CNRS) -
# Université de Toulon (UTLN).
# Copyright © 2017-2018 AMU, CNRS, UTLN
#
# This file is part of multimodalboost.
#
# multimodalboost is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# multimodalboost is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with multimodalboost. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Florent JAILLET - Laboratoire d'Informatique et Systèmes - UMR 7020
# The implementation of the MumboClassifier in this module used the code of
# sklearn.ensemble.AdaBoostClassifier as a model and tried to use the same
# structure, notations and behavior where possible.
import
numpy
as
np
from
sklearn.base
import
ClassifierMixin
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
f7559e02
...
...
@@ -6,7 +6,7 @@ testpaths = multimodal
addopts
=
--verbose
--cov-report
=
term-missing
--cov-report
=
html
--cov
=
multimodal
boost
--cov
=
multimodal
--doctest-modules
[coverage:run]
...
...
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