Skip to content

Commit

Permalink
chore: Remove deprecated parameters in DistanceMetricClassifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sidchaini committed Sep 17, 2024
1 parent f895f5b commit 662340f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distclassipy/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,13 @@ class in the feature space. If True, the data will be scaled based on the
calculate_kde : bool, default=False
Whether to calculate a kernel density estimate based confidence parameter.
.. deprecated:: 0.2.0
This parameter will be removed in a future version and only the
distance confidence parameter will be available.
calculate_1d_dist : bool, default=False
Whether to calculate the 1-dimensional distance based confidence parameter.
.. deprecated:: 0.2.0
This parameter will be removed in a future version and only the
distance confidence parameter will be available.
Expand All @@ -95,10 +97,12 @@ class in the feature space. If True, the data will be scaled based on the
The statistic used for calculating dispersion.
calculate_kde : bool
Indicates whether a kernel density estimate is calculated.
.. deprecated:: 0.2.0
This parameter will be removed in a future version.
calculate_1d_dist : bool
Indicates whether 1-dimensional distances are calculated.
.. deprecated:: 0.2.0
This parameter will be removed in a future version.
Expand Down

0 comments on commit 662340f

Please sign in to comment.