CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 15:33:02 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/scikit-learn/scikit-learn.git
etag: W/"190f2db4364c6c1d59ebfdf489d7c926"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=GHp3h4RauQ%2BwEtb4MoRVwUNJFV%2FWLUz67%2BV49Ei4jC0H2%2FVXHEbRNM3cHtQa1yAi5vIwyg5mjGyMCT1j7BFsJyhOpWRQwjRkGYt26inoKQW3IbF4t3B0HaB6C%2FCrP7AqWtnbJ7askH3FMQsRaDWlCjYQ8avN8U2kvHtIWZesfgxH%2B4U4ckqTqDNofBFcUbEjmFNjIoZ3vh3IRBHMl2l5aFIv68TV5ZvgLp5%2B50C1AYTe2XdLA3Itd%2F7sF4x5c1uBqeQVZ9q%2FQI8d2265desZ2g%3D%3D--7kl7K2J%2FWXvz9oZb--GF%2BGq9AxBIO73Foy0rOHPQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.774855605.1753111981; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 15:33:01 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 15:33:01 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E1D2:7BE7E:667FA:77A64:687E5DAD
[MRG+1] fused types in isotonic_regression (#9106) · scikit-learn/scikit-learn@4e56b29 · GitHub
Copy file name to clipboardExpand all lines: sklearn/tests/test_isotonic.py
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 26.1k
Commit 4e56b29
[MRG+1] fused types in isotonic_regression (#9106)
* ENH fused types in isotonic_regression
* make X drive computation dtype in IsotonicRegression
* preserve current behaviour if transform w/o fit
* thoroughly check sample weights; avoid storing dtype explicitly
* consistent testing and behavior
* misc
* update what's new
* fix for interp1d upcast on old scipy
* flake8 remove blank line
sorry, i'm rusty
* add failing test
* FIX dtype bug in _make_unique1 parent 5890cbc commit 4e56b29Copy full SHA for 4e56b29
File tree
Expand file treeCollapse file tree
4 files changed
+79
-28
lines changedFilter options
- doc/whats_new
- sklearn
- tests
Expand file treeCollapse file tree
4 files changed
+79
-28
lines changed+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
331 | 338 |
| |
332 | 339 |
| |
333 | 340 |
| |
|
+16-15Lines changed: 16 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
17 |
| - | |
| 16 | + | |
18 | 17 |
| |
19 | 18 |
| |
20 |
| - | |
| 19 | + | |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
| |||
68 | 67 |
| |
69 | 68 |
| |
70 | 69 |
| |
71 |
| - | |
72 |
| - | |
73 |
| - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
74 | 73 |
| |
75 | 74 |
| |
76 | 75 |
| |
| |||
82 | 81 |
| |
83 | 82 |
| |
84 | 83 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 | 84 |
| |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
96 |
| - | |
| 97 | + | |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
|
+25-12Lines changed: 25 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
| 123 | + | |
123 | 124 |
| |
124 |
| - | |
| 125 | + | |
125 | 126 |
| |
126 |
| - | |
| 127 | + | |
127 | 128 |
| |
128 | 129 |
| |
129 | 130 |
| |
| |||
239 | 240 |
| |
240 | 241 |
| |
241 | 242 |
| |
| 243 | + | |
| 244 | + | |
242 | 245 |
| |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
| |||
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
257 |
| - | |
| 257 | + | |
| 258 | + | |
258 | 259 |
| |
259 | 260 |
| |
260 | 261 |
| |
261 |
| - | |
| 262 | + | |
262 | 263 |
| |
263 | 264 |
| |
264 |
| - | |
265 |
| - | |
| 265 | + | |
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
| |||
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
348 |
| - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
349 | 356 |
| |
350 | 357 |
| |
351 | 358 |
| |
| |||
357 | 364 |
| |
358 | 365 |
| |
359 | 366 |
| |
360 |
| - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
361 | 374 |
| |
362 | 375 |
| |
363 | 376 |
| |
|
sklearn/tests/test_isotonic.py
Copy file name to clipboardExpand all lines: sklearn/tests/test_isotonic.py+31-1Lines changed: 31 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
459 | 460 |
| |
460 | 461 |
| |
461 | 462 |
| |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + |
You can’t perform that action at this time.
0 commit comments