Skip to content

Commit 77a9a27

Browse files
authored
Fix typo and comments. (rasbt#1061)
* Fix typo.
1 parent fe941c4 commit 77a9a27

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

mlxtend/_base/_base_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sebastian Raschka 2014-2023
22
# mlxtend Machine Learning Library Extensions
33
#
4-
# Base Clusteer (Clutering Parent Class)
4+
# Base Cluster (Clutering Parent Class)
55
# Author: Sebastian Raschka <sebastianraschka.com>
66
#
77
# License: BSD 3 clause

mlxtend/_base/_classifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sebastian Raschka 2014-2023
22
# mlxtend Machine Learning Library Extensions
33
#
4-
# Base Clusteer (Clutering Parent Class)
4+
# Base Classifier (Classification Parent Class)
55
# Author: Sebastian Raschka <sebastianraschka.com>
66
#
77
# License: BSD 3 clause

mlxtend/_base/_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sebastian Raschka 2014-2023
22
# mlxtend Machine Learning Library Extensions
33
#
4-
# Base Clusteer (Clutering Parent Class)
4+
# Base Cluster (Clutering Parent Class)
55
# Author: Sebastian Raschka <sebastianraschka.com>
66
#
77
# License: BSD 3 clause

mlxtend/_base/_iterative_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sebastian Raschka 2014-2023
22
# mlxtend Machine Learning Library Extensions
33
#
4-
# Base Clusteer (Clutering Parent Class)
4+
# Base Iterative Model (Iterative Model Parent Class)
55
# Author: Sebastian Raschka <sebastianraschka.com>
66
#
77
# License: BSD 3 clause

mlxtend/_base/_multiclass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sebastian Raschka 2014-2023
22
# mlxtend Machine Learning Library Extensions
33
#
4-
# Base Clusteer (Clutering Parent Class)
4+
# Base MultiClass (MultiClass Parent Class)
55
# Author: Sebastian Raschka <sebastianraschka.com>
66
#
77
# License: BSD 3 clause

mlxtend/_base/_multilayer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sebastian Raschka 2014-2023
22
# mlxtend Machine Learning Library Extensions
33
#
4-
# Base Clusteer (Clutering Parent Class)
4+
# Base MultiLayer (MultiLayer Parent Class)
55
# Author: Sebastian Raschka <sebastianraschka.com>
66
#
77
# License: BSD 3 clause

mlxtend/_base/_regressor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sebastian Raschka 2014-2023
22
# mlxtend Machine Learning Library Extensions
33
#
4-
# Base Clusteer (Clutering Parent Class)
4+
# Base Regressor (Regression Parent Class)
55
# Author: Sebastian Raschka <sebastianraschka.com>
66
#
77
# License: BSD 3 clause

0 commit comments

Comments
 (0)