Skip to content

Commit

Permalink
Update sklearn refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi committed Jan 31, 2022
1 parent 50cb637 commit 7240f69
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion econml/_ensemble/_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.
#
# This code is a fork from:
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/ensemble/_base.py
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/ensemble/_base.py
# published under the following license and copyright:
# BSD 3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion econml/_tree_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.
#
# This code contains some snippets of code from:
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_export.py
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_export.py
# published under the following license and copyright:
# BSD 3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion econml/grf/_base_grf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.
#
# This code contains snippets of code from
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/ensemble/_forest.py
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/ensemble/_forest.py
# published under the following license and copyright:
# BSD 3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion econml/grf/_base_grftree.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.
#
# This code contains snippets of code from:
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_classes.py
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_classes.py
# published under the following license and copyright:
# BSD 3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion econml/grf/_criterion.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Licensed under the MIT License.
#
# This code contains some snippets of code from:
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_criterion.pyx
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_criterion.pyx
# published under the following license and copyright:
# BSD 3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion econml/policy/_forest/_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.
#
# This code contains snippets of code from
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/ensemble/_forest.py
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/ensemble/_forest.py
# published under the following license and copyright:
# BSD 3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion econml/policy/_forest/_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.
#
# This code contains snippets of code from:
# https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_classes.py
# https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_classes.py
# published under the following license and copyright:
# BSD 3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion econml/tree/_criterion.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_criterion.pyx
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_criterion.pyx
# published under the following license and copyright:
# BSD 3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion econml/tree/_splitter.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_splitter.pyx
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_splitter.pyx
# published under the following license and copyright:
# BSD 3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion econml/tree/_tree.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_tree.pyx
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_tree.pyx
# published under the following license and copyright:
# BSD 3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion econml/tree/_utils.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_utils.pyx
# This code is a fork from: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/tree/_utils.pyx
# published under the following license and copyright:
# BSD 3-Clause License
#
Expand Down

0 comments on commit 7240f69

Please sign in to comment.