Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.fusion.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.fusion.base
Commits
34e11c09
Commit
34e11c09
authored
8 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
change email, plr
parent
8a7957cb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/fusion/base/config/algorithm/plr_2.py
+2
-4
2 additions, 4 deletions
bob/fusion/base/config/algorithm/plr_2.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
5 deletions
bob/fusion/base/config/algorithm/plr_2.py
+
2
−
4
View file @
34e11c09
...
...
@@ -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
)])
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
34e11c09
...
...
@@ -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
...
...
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