Skip to content

Commit 3a642c0

Browse files
Jake VanderPlascopybara-github
authored andcommitted
Change sklearn.metrics.precision_recall_curve probas_pred parameter to y_score
PiperOrigin-RevId: 769858813
1 parent 4f96669 commit 3a642c0

File tree

727 files changed

+732
-732
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

727 files changed

+732
-732
lines changed

baselines/cifar/batchensemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2024 The Uncertainty Baselines Authors.
2+
# Copyright 2025 The Uncertainty Baselines Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

baselines/cifar/condconv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2024 The Uncertainty Baselines Authors.
2+
# Copyright 2025 The Uncertainty Baselines Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

baselines/cifar/deterministic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2024 The Uncertainty Baselines Authors.
2+
# Copyright 2025 The Uncertainty Baselines Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

baselines/cifar/dropout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2024 The Uncertainty Baselines Authors.
2+
# Copyright 2025 The Uncertainty Baselines Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

baselines/cifar/ensemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2024 The Uncertainty Baselines Authors.
2+
# Copyright 2025 The Uncertainty Baselines Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

baselines/cifar/experiments/deterministic_tune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2024 The Uncertainty Baselines Authors.
2+
# Copyright 2025 The Uncertainty Baselines Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

baselines/cifar/experiments/dropout_tune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2024 The Uncertainty Baselines Authors.
2+
# Copyright 2025 The Uncertainty Baselines Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

baselines/cifar/experiments/sngp_dropout_tune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2024 The Uncertainty Baselines Authors.
2+
# Copyright 2025 The Uncertainty Baselines Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

baselines/cifar/experiments/sngp_dropout_tune_cifar100.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2024 The Uncertainty Baselines Authors.
2+
# Copyright 2025 The Uncertainty Baselines Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

baselines/cifar/experiments/sngp_ensemble_tune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2024 The Uncertainty Baselines Authors.
2+
# Copyright 2025 The Uncertainty Baselines Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)