Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b45cd9

Browse filesBrowse files
author
Michael Recachinas
committed
Fix line too long in stats.py
1 parent 032e25c commit 7b45cd9
Copy full SHA for 7b45cd9

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎sklearn/utils/stats.py

Copy file name to clipboardExpand all lines: sklearn/utils/stats.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ def _weighted_percentile(array, sample_weight, percentile=50):
1818
1919
v = v_k + (v_{k + 1} - v_k) * (P - p_k) / (p_{k + 1} - p_k)
2020
21-
from https://en.wikipedia.org/wiki/Percentile#The_weighted_percentile_method.
21+
from
22+
https://en.wikipedia.org/wiki/Percentile#The_weighted_percentile_method.
2223
2324
2425
Parameters

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.