Skip to content

Commit 005c19a

Browse files
author
Olcay Taner YILDIZ
committed
Modified comment.
1 parent 3fa723b commit 005c19a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Classification/Filter/LaryFilter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self, dataSet: DataSet):
1414
PARAMETERS
1515
----------
1616
dataSet : DataSet
17-
DataSet that will bu used.
17+
DataSet that will be used.
1818
"""
1919
super().__init__(dataSet)
2020
self.attributeDistributions = dataSet.getInstanceList().allAttributesDistribution()
@@ -27,7 +27,7 @@ def removeDiscreteAttributesFromInstance(self, instance: Instance, size: int):
2727
PARAMETERS
2828
----------
2929
instance : Instance
30-
Instance to removes attributes from.
30+
Instance to remove attributes from.
3131
size : int
3232
Size of the given instance.
3333
"""

0 commit comments

Comments
 (0)