File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
You can’t perform that action at this time.
0 commit comments