Skip to content

Commit 9d1c4e9

Browse files
Fix Doc build after URLs update (#1328)
1 parent 1720b52 commit 9d1c4e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

daal4py/sklearn/tree/decision_tree.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ class DecisionTreeClassifier(BaseEstimator, ClassifierMixin):
3535
"""
3636
Decision tree classifier powered by Intel(R) oneAPI Data Analytics Library.
3737
38-
https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal-documentation.html
38+
https://www.intel.com/content/www/us/en/developer/tools/oneapi/
39+
onedal-documentation.html
3940
4041
Parameters
4142
----------
@@ -165,7 +166,8 @@ def fit(self, X, y, sample_weight=None, pruning_set=None):
165166
Fitted estimator.
166167
167168
168-
[1] https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal-documentation.html
169+
[1] https://www.intel.com/content/www/us/en/developer/tools/oneapi/
170+
onedal-documentation.html
169171
"""
170172

171173
if self.split_criterion not in ('gini', 'infoGain'):

0 commit comments

Comments
 (0)