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 2
2
# Licensed under the MIT License.
3
3
#
4
4
# 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
6
6
# published under the following license and copyright:
7
7
# BSD 3-Clause License
8
8
#
Original file line number Diff line number Diff line change 2
2
# Licensed under the MIT License.
3
3
#
4
4
# 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
6
6
# published under the following license and copyright:
7
7
# BSD 3-Clause License
8
8
#
Original file line number Diff line number Diff line change 2
2
# Licensed under the MIT License.
3
3
#
4
4
# 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
6
6
# published under the following license and copyright:
7
7
# BSD 3-Clause License
8
8
#
Original file line number Diff line number Diff line change 2
2
# Licensed under the MIT License.
3
3
#
4
4
# 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
6
6
# published under the following license and copyright:
7
7
# BSD 3-Clause License
8
8
#
Original file line number Diff line number Diff line change 6
6
# Licensed under the MIT License.
7
7
#
8
8
# 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
10
10
# published under the following license and copyright:
11
11
# BSD 3-Clause License
12
12
#
Original file line number Diff line number Diff line change 2
2
# Licensed under the MIT License.
3
3
#
4
4
# 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
6
6
# published under the following license and copyright:
7
7
# BSD 3-Clause License
8
8
#
Original file line number Diff line number Diff line change 2
2
# Licensed under the MIT License.
3
3
#
4
4
# 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
6
6
# published under the following license and copyright:
7
7
# BSD 3-Clause License
8
8
#
Original file line number Diff line number Diff line change 5
5
# Copyright (c) Microsoft Corporation. All rights reserved.
6
6
# Licensed under the MIT License.
7
7
#
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
9
9
# published under the following license and copyright:
10
10
# BSD 3-Clause License
11
11
#
Original file line number Diff line number Diff line change 5
5
# Copyright (c) Microsoft Corporation. All rights reserved.
6
6
# Licensed under the MIT License.
7
7
#
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
9
9
# published under the following license and copyright:
10
10
# BSD 3-Clause License
11
11
#
Original file line number Diff line number Diff line change 5
5
# Copyright (c) Microsoft Corporation. All rights reserved.
6
6
# Licensed under the MIT License.
7
7
#
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
9
9
# published under the following license and copyright:
10
10
# BSD 3-Clause License
11
11
#
You can’t perform that action at this time.
0 commit comments