Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dev
scikit-multimodallearn
Commits
4f44aaa4
Commit
4f44aaa4
authored
Apr 01, 2020
by
Dominique Benielli
Browse files
test
parent
95986ea9
Pipeline
#4446
passed with stages
in 5 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
multimodal/boosting/cumbo.py
View file @
4f44aaa4
...
...
@@ -48,7 +48,7 @@ estimator for classification implemented in the ``MuCumboClassifier`` class.
import
numpy
as
np
from
sklearn.base
import
ClassifierMixin
from
sklearn.ensemble
import
BaseEnsemble
from
sklearn.ensemble.
_
forest
import
BaseForest
from
sklearn.ensemble.forest
import
BaseForest
from
sklearn.metrics
import
accuracy_score
from
sklearn.tree
import
DecisionTreeClassifier
from
sklearn.tree._tree
import
DTYPE
...
...
Write
Preview
Supports
Markdown
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