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
bob
bob.bio.base
Commits
3d481bd8
Commit
3d481bd8
authored
May 29, 2020
by
Tiago de Freitas Pereira
Browse files
Added method .fit in the legacy preprocessor
parent
847a43bf
Pipeline
#40225
passed with stage
in 5 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/transformers/preprocessor.py
View file @
3d481bd8
...
...
@@ -37,3 +37,6 @@ class PreprocessorTransformer(TransformerMixin, BaseEstimator):
def
_more_tags
(
self
):
return
{
"stateless"
:
True
,
"requires_fit"
:
False
}
def
fit
(
self
,
X
,
y
=
None
):
return
self
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