-
- Downloads
replace is_estimator_stateless with estimator_requires_fit
The actual code before meant to check if an estimator requires fit or not while the function was named is_estimator_stateless.
parent
0d8fa6d5
No related branches found
No related tags found
Showing
- bob/pipelines/sample_loaders.py 0 additions, 2 deletionsbob/pipelines/sample_loaders.py
- bob/pipelines/tests/test_wrappers.py 6 additions, 10 deletionsbob/pipelines/tests/test_wrappers.py
- bob/pipelines/transformers/__init__.py 0 additions, 8 deletionsbob/pipelines/transformers/__init__.py
- bob/pipelines/transformers/function.py 0 additions, 30 deletionsbob/pipelines/transformers/function.py
- bob/pipelines/utils.py 8 additions, 5 deletionsbob/pipelines/utils.py
- bob/pipelines/wrappers.py 13 additions, 20 deletionsbob/pipelines/wrappers.py
- bob/pipelines/xarray.py 2 additions, 2 deletionsbob/pipelines/xarray.py
- doc/python/pipeline_example_dask.py 1 addition, 1 deletiondoc/python/pipeline_example_dask.py
- doc/python/pipeline_example_dask_sge.py 1 addition, 1 deletiondoc/python/pipeline_example_dask_sge.py
- doc/python/pipeline_example_dask_sge_adaptive.py 1 addition, 1 deletiondoc/python/pipeline_example_dask_sge_adaptive.py
- doc/sample.rst 1 addition, 1 deletiondoc/sample.rst
Loading
Please register or sign in to comment