Skip to content

Commit

Permalink
remove typos from init descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMelton committed Oct 16, 2024
1 parent 9220d79 commit 0a0b8e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions artlib/supervised/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
two types: classification and regression.
Classification involves predicting discrete labels or categories, such as spam detection or image recognition.
Regression, on the other hand, deals with predicting continuous values, like stock prices or temperature. Both
classification and regression are essential tools in many real-world applications.
Regression, on the other hand, deals with predicting continuous values, like stock prices or temperature.
`Supervised learning <https://en.wikipedia.org/wiki/Supervised_learning>`_
Expand Down
2 changes: 1 addition & 1 deletion artlib/topological/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
of the data. Topological clustering techniques, such as hierarchical clustering and Mapper, are often used in fields
like data analysis and computational topology.
The two modules hereing provide contrasting advantages. TopoART allows for the creation of an adjacency matrix which
The two modules herein provide contrasting advantages. TopoART allows for the creation of an adjacency matrix which
can be useful when clusters overlap or are in close proximity. Dual Vigilance ART allows for the abstract merging of
many smaller clusters and is well suited to problems where the clusters take-on complex geometries where other
clustering approaches would fail.
Expand Down

0 comments on commit 0a0b8e5

Please sign in to comment.