Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Ian Johnson
scikit-learn
Commits
9202d527
Commit
9202d527
authored
11 years ago
by
Yaroslav Halchenko
Browse files
Options
Downloads
Patches
Plain Diff
refreshed joblib patch
parent
ff2608a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/patches/deb_use_system_joblib
+2
-2
2 additions, 2 deletions
debian/patches/deb_use_system_joblib
with
2 additions
and
2 deletions
debian/patches/deb_use_system_joblib
+
2
−
2
View file @
9202d527
...
...
@@ -20,7 +20,7 @@ Subject: use system-wide joblib and do not attempt to install joblib/test
+from joblib import *
--- a/sklearn/metrics/pairwise.py
+++ b/sklearn/metrics/pairwise.py
@@ -4
8
,7 +4
8
,7 @@
from ..utils.
validation import array2d
@@ -4
7
,7 +4
7
,7 @@
from ..utils.
extmath import safe_sparse_
from ..preprocessing import normalize
from ..externals.joblib import Parallel
from ..externals.joblib import delayed
...
...
@@ -29,7 +29,7 @@ Subject: use system-wide joblib and do not attempt to install joblib/test
from .pairwise_fast import _chi2_kernel_fast
@@ -55
3
,7 +55
3
,7 @@
def _parallel_pairwise(X, Y, func, n_job
@@ -55
9
,7 +55
9
,7 @@
def _parallel_pairwise(X, Y, func, n_job
"""Break the pairwise matrix in n_jobs even slices
and compute them in parallel"""
if n_jobs < 0:
...
...
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