Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo and comments. #1061

Merged
merged 7 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mlxtend/_base/_base_model.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sebastian Raschka 2014-2023
# mlxtend Machine Learning Library Extensions
#
# Base Clusteer (Clutering Parent Class)
# Base Cluster (Clutering Parent Class)
# Author: Sebastian Raschka <sebastianraschka.com>
#
# License: BSD 3 clause
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_classifier.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sebastian Raschka 2014-2023
# mlxtend Machine Learning Library Extensions
#
# Base Clusteer (Clutering Parent Class)
# Base Classifier (Classification Parent Class)
# Author: Sebastian Raschka <sebastianraschka.com>
#
# License: BSD 3 clause
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_cluster.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sebastian Raschka 2014-2023
# mlxtend Machine Learning Library Extensions
#
# Base Clusteer (Clutering Parent Class)
# Base Cluster (Clutering Parent Class)
# Author: Sebastian Raschka <sebastianraschka.com>
#
# License: BSD 3 clause
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_iterative_model.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sebastian Raschka 2014-2023
# mlxtend Machine Learning Library Extensions
#
# Base Clusteer (Clutering Parent Class)
# Base Iterative Model (Iterative Model Parent Class)
# Author: Sebastian Raschka <sebastianraschka.com>
#
# License: BSD 3 clause
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_multiclass.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sebastian Raschka 2014-2023
# mlxtend Machine Learning Library Extensions
#
# Base Clusteer (Clutering Parent Class)
# Base MultiClass (MultiClass Parent Class)
# Author: Sebastian Raschka <sebastianraschka.com>
#
# License: BSD 3 clause
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_multilayer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sebastian Raschka 2014-2023
# mlxtend Machine Learning Library Extensions
#
# Base Clusteer (Clutering Parent Class)
# Base MultiLayer (MultiLayer Parent Class)
# Author: Sebastian Raschka <sebastianraschka.com>
#
# License: BSD 3 clause
Expand Down
2 changes: 1 addition & 1 deletion mlxtend/_base/_regressor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sebastian Raschka 2014-2023
# mlxtend Machine Learning Library Extensions
#
# Base Clusteer (Clutering Parent Class)
# Base Regressor (Regression Parent Class)
# Author: Sebastian Raschka <sebastianraschka.com>
#
# License: BSD 3 clause
Expand Down
Loading