Skip to content

Commit

Permalink
Fix Doc build after URLs update (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-Petrova authored Jun 12, 2023
1 parent 1720b52 commit 9d1c4e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions daal4py/sklearn/tree/decision_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ class DecisionTreeClassifier(BaseEstimator, ClassifierMixin):
"""
Decision tree classifier powered by Intel(R) oneAPI Data Analytics Library.
https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal-documentation.html
https://www.intel.com/content/www/us/en/developer/tools/oneapi/
onedal-documentation.html
Parameters
----------
Expand Down Expand Up @@ -165,7 +166,8 @@ def fit(self, X, y, sample_weight=None, pruning_set=None):
Fitted estimator.
[1] https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal-documentation.html
[1] https://www.intel.com/content/www/us/en/developer/tools/oneapi/
onedal-documentation.html
"""

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

0 comments on commit 9d1c4e9

Please sign in to comment.