Skip to content
Snippets Groups Projects
Commit b6046049 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Replaced collections.callable by object

parent adf2fe7c
Branches
Tags
2 merge requests!185Wrappers and aggregators,!180[dask] Preparing bob.bio.base for dask pipelines
Pipeline #39676 passed
...@@ -168,7 +168,7 @@ class BioAlgorithmLegacy(BioAlgorithm): ...@@ -168,7 +168,7 @@ class BioAlgorithmLegacy(BioAlgorithm):
Parameters Parameters
---------- ----------
instance: ``collection.callable`` instance: object
Callable function that instantiates the :any:`bob.bio.base.algorithm.Algorithm` Callable function that instantiates the :any:`bob.bio.base.algorithm.Algorithm`
......
...@@ -26,7 +26,7 @@ class AlgorithmTransformer(TransformerMixin, BaseEstimator): ...@@ -26,7 +26,7 @@ class AlgorithmTransformer(TransformerMixin, BaseEstimator):
Parameters Parameters
---------- ----------
instance: ``collections.callable`` instance: object
Callable function that instantiates the bob.bio.base.algorithm.Algorithm Callable function that instantiates the bob.bio.base.algorithm.Algorithm
""" """
......
...@@ -13,7 +13,7 @@ class ExtractorTransformer(TransformerMixin, BaseEstimator): ...@@ -13,7 +13,7 @@ class ExtractorTransformer(TransformerMixin, BaseEstimator):
Parameters Parameters
---------- ----------
instance: ``collections.callable`` instance: object
Instance of `bob.bio.base.extractor.Extractor` Instance of `bob.bio.base.extractor.Extractor`
model_path: ``str`` model_path: ``str``
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment