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

change email, plr

parent 8a7957cb
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@
import bob.fusion.base
from sklearn.preprocessing import StandardScaler, PolynomialFeatures
from sklearn.linear_model import LogisticRegression
algorithm = bob.fusion.base.algorithm.Algorithm(
preprocessors=[StandardScaler(), PolynomialFeatures(degree=2)],
classifier=LogisticRegression())
algorithm = bob.fusion.base.algorithm.LLR(
preprocessors=[StandardScaler(), PolynomialFeatures(degree=2)])
......@@ -52,7 +52,7 @@ setup(
url='https://www.github.com/bioidiap/bob.fusion.base',
license='GPLv3',
author='Amir Mohammadi',
author_email='183.amir@gmail.com',
author_email='amir.mohammadi@idiap.ch',
keywords='bob, score fusion, evaluation',
# If you have a better, long description of your package, place it on the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment