Skip to content
Snippets Groups Projects
Commit 7f8e5f3c authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix the recipe and docs

parent 632c324a
Branches
Tags
1 merge request!7Major refactoring
Pipeline #
......@@ -27,13 +27,9 @@ class Algorithm(object):
**kwargs
):
"""
preprocessors: A list of
classifier:
Parameters
----------
preprocessors : list
preprocessors : :any:`list`
An optional list of preprocessors that follow the API of
:any:`sklearn.preprocessing.StandardScaler`. Especially
`fit_transform` and `transform` must be implemented.
......
......@@ -32,13 +32,15 @@ requirements:
- setuptools
- matplotlib
- numpy
run_constrained:
- scikit-learn
test:
imports:
- {{ name }}
commands:
- bob fusion fuse --help
- bob fusion resource --help
- bob fusion boundary --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment