Skip to content

Commit f107de4

Browse files
authored
Update README.md
1 parent d9be1c9 commit f107de4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Key Features:
2020
- Resource Efficient: Low memory usage, ideal for large datasets
2121

2222
## 🚀 New Major Release (v0.1.3)
23-
The `SEFR` classifier uses kernels to solve non-linear problems. Kernels work by projecting data into a different perspective, allowing a simple linear model to capture complex, curved patterns.
23+
The `LinearBoost` and `SEFR` classifiers use kernels to solve non-linear problems. Kernels work by projecting data into a different perspective, allowing a simple linear model to capture complex, curved patterns.
2424

2525
---
2626

@@ -52,7 +52,9 @@ A powerful and flexible kernel that can handle very complex boundaries. It works
5252
Inspired by neural networks, this kernel is useful for certain classification tasks that follow a sigmoid shape.
5353

5454
* **`gamma`**: Scales the data's influence.
55-
* **`coef0`**: Shifts the decision boundary.## 🚀 New Major Release (v0.1.2)
55+
* **`coef0`**: Shifts the decision boundary.
56+
*
57+
* ## 🚀 New Major Release (v0.1.2)
5658
Version 0.1.2 of **LinearBoost Classifier** is released. Here are the changes:
5759

5860
- The codebase is refactored into a new structure.

0 commit comments

Comments
 (0)