File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1420,6 +1420,12 @@ easier and faster (in no particular order).
1420
1420
might just be the call the ``scipy.linalg.lstsq ``, but it is buried into
1421
1421
multiple lines of input checking and the handling of different kinds of
1422
1422
parameters.
1423
+ - Due to the use of `Inheritance
1424
+ <https://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming)> `_,
1425
+ some methods may be implemented in parent classes. All estimators inherit
1426
+ at least from ``BaseEstimator ``, and from a ``Mixin `` class that enables
1427
+ default behaviour depending on the nature of the estimator (classifier,
1428
+ regressor, transformer, etc.).
1423
1429
- Sometimes, reading the tests for a given function will give you an idea of
1424
1430
what is its intended purpose. You can use ``git grep `` (see below) to find
1425
1431
all the tests written for a function.
You can’t perform that action at this time.
0 commit comments