Skip to content

Commit 6f70cde

Browse files
committed
Update sklearn refs
1 parent d39a5a1 commit 6f70cde

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

econml/_ensemble/_ensemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License.
33
#
44
# This code is a fork from:
5-
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/ensemble/_base.py
5+
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/ensemble/_base.py
66
# published under the following license and copyright:
77
# BSD 3-Clause License
88
#

econml/_tree_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License.
33
#
44
# This code contains some snippets of code from:
5-
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_export.py
5+
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_export.py
66
# published under the following license and copyright:
77
# BSD 3-Clause License
88
#

econml/grf/_base_grf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License.
33
#
44
# This code contains snippets of code from
5-
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/ensemble/_forest.py
5+
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/ensemble/_forest.py
66
# published under the following license and copyright:
77
# BSD 3-Clause License
88
#

econml/grf/_base_grftree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License.
33
#
44
# This code contains snippets of code from:
5-
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_classes.py
5+
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_classes.py
66
# published under the following license and copyright:
77
# BSD 3-Clause License
88
#

econml/grf/_criterion.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Licensed under the MIT License.
77
#
88
# This code contains some snippets of code from:
9-
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_criterion.pyx
9+
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_criterion.pyx
1010
# published under the following license and copyright:
1111
# BSD 3-Clause License
1212
#

econml/policy/_forest/_forest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License.
33
#
44
# This code contains snippets of code from
5-
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/ensemble/_forest.py
5+
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/ensemble/_forest.py
66
# published under the following license and copyright:
77
# BSD 3-Clause License
88
#

econml/policy/_forest/_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License.
33
#
44
# This code contains snippets of code from:
5-
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_classes.py
5+
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_classes.py
66
# published under the following license and copyright:
77
# BSD 3-Clause License
88
#

econml/tree/_criterion.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright (c) Microsoft Corporation. All rights reserved.
66
# Licensed under the MIT License.
77
#
8-
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_criterion.pyx
8+
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_criterion.pyx
99
# published under the following license and copyright:
1010
# BSD 3-Clause License
1111
#

econml/tree/_splitter.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright (c) Microsoft Corporation. All rights reserved.
66
# Licensed under the MIT License.
77
#
8-
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_splitter.pyx
8+
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_splitter.pyx
99
# published under the following license and copyright:
1010
# BSD 3-Clause License
1111
#

econml/tree/_tree.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright (c) Microsoft Corporation. All rights reserved.
66
# Licensed under the MIT License.
77
#
8-
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_tree.pyx
8+
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_tree.pyx
99
# published under the following license and copyright:
1010
# BSD 3-Clause License
1111
#

0 commit comments

Comments
 (0)