Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 1963a2b

Browse files
committed
tabs and whitespaces
1 parent 59086ac commit 1963a2b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/python/docs/docstrings/Dart.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<https://arxiv.org/abs/1505.01866>`_ is an
88
ensemble method of boosted regression trees. The Dropouts meet
99
Multiple Additive Regression
10-
Trees (DART) employs dropouts in MART and overcomes the issues of over-
10+
Trees (DART) employs dropouts in MART and overcomes the issues of over-
1111
specialization of MART,
12-
achiving better performance in many tasks.
12+
achieving better performance in many tasks.
1313

1414

1515
**Reference**

src/python/docs/docstrings/FastLinearClassifier.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22

33
A Stochastic Dual Coordinate Ascent (SDCA) optimization trainer for
4-
multi class classification.
4+
multi class classification.
55

66
.. remarks::
77
``FastLinearClassifier`` is a trainer based on the Stochastic Dual

src/python/docs/docstrings/Goss.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
.. remarks::
66
Gradient-based One-Side Sampling (GOSS) employs an adaptive sampling
77
named gradient-based
8-
sampling. For datasets with large sample size, GOSS has considerable
8+
sampling. For datasets with large sample size, GOSS has considerable
99
advantage in terms of
10-
statistical and computational efficiency.
10+
statistical and computational efficiency.
1111

1212

1313

src/python/nimbusml/ensemble/booster/dart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Dart(core):
2626
Multiple Additive Regression
2727
Trees (DART) employs dropouts in MART and overcomes the issues of over-
2828
specialization of MART,
29-
achiving better performance in many tasks.
29+
achieving better performance in many tasks.
3030
3131
3232
**Reference**

src/python/nimbusml/internal/core/ensemble/booster/dart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Dart(Component):
2727
Multiple Additive Regression
2828
Trees (DART) employs dropouts in MART and overcomes the issues of over-
2929
specialization of MART,
30-
achiving better performance in many tasks.
30+
achieving better performance in many tasks.
3131
3232
3333
**Reference**

0 commit comments

Comments
 (0)