Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
bob
bob.bio.base
Commits
c8054bb5
Commit
c8054bb5
authored
5 years ago
by
Tiago de Freitas Pereira
Committed by
Amir MOHAMMADI
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Deprecation warnings
parent
00382740
No related branches found
No related tags found
1 merge request
!180
[dask] Preparing bob.bio.base for dask pipelines
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/bio/base/extractor/Extractor.py
+2
-0
2 additions, 0 deletions
bob/bio/base/extractor/Extractor.py
bob/bio/base/preprocessor/Preprocessor.py
+1
-0
1 addition, 0 deletions
bob/bio/base/preprocessor/Preprocessor.py
with
3 additions
and
0 deletions
bob/bio/base/extractor/Extractor.py
+
2
−
0
View file @
c8054bb5
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
import
os
import
os
from
..
import
utils
from
..
import
utils
import
warnings
class
Extractor
(
object
):
class
Extractor
(
object
):
"""
This is the base class for all feature extractors.
"""
This is the base class for all feature extractors.
...
...
This diff is collapsed.
Click to expand it.
bob/bio/base/preprocessor/Preprocessor.py
+
1
−
0
View file @
c8054bb5
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
from
..
import
utils
from
..
import
utils
import
warnings
class
Preprocessor
(
object
):
class
Preprocessor
(
object
):
"""
This is the base class for all preprocessors.
"""
This is the base class for all preprocessors.
...
...
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