Skip to content

Commit

Permalink
docs: Improved readability
Browse files Browse the repository at this point in the history
  • Loading branch information
sidchaini committed Oct 22, 2024
1 parent 03e2c26 commit eca3990
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions distclassipy/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
:inherited-members:
:exclude-members: set_fit_request, set_predict_request
.. autoclass:: distclassipy.classifier.EnsembleDistanceClassifier
:members:
:inherited-members:
:exclude-members: set_fit_request, set_predict_request
.. doctest-skip::
.. skip::
Expand Down Expand Up @@ -125,16 +130,6 @@ class in the feature space. If True, the data will be scaled based on the
.. versionadded:: 0.1.0
Attributes
----------
scale : bool
Indicates whether the data is scaled.
central_stat : str
The statistic used for calculating central tendency.
dispersion_stat : str
The statistic used for calculating dispersion.
References
----------
.. [1] "Light Curve Classification with DistClassiPy: a new distance-based
Expand Down

0 comments on commit eca3990

Please sign in to comment.