Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adi271001 authored Jun 28, 2024
1 parent cf393ff commit a3828c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cheese Classification/Model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ KNN is a simple, instance-based learning algorithm where classification is based

**Description**:
Logistic Regression is a linear model for binary classification that uses a logistic function to model the probability of a certain class.

![Relationship Graphs](https://github.com/adi271001/ML-Crate/blob/cheese-classification/Cheese%20Classification/Images/__results___69_2.png)

### 3. Decision Tree
Expand Down Expand Up @@ -52,7 +53,7 @@ Random Forest is an ensemble learning method that operates by constructing multi
**Description**:
Gradient Boosting is an ensemble learning technique that builds models sequentially. Each new model attempts to correct errors made by the previous model.

![Relationship Graphs](https://github.com/adi271001/ML-Crate/blob/cheese-classification/Cheese%20Classification/Images/__results___60_6.png)
![Relationship Graphs](https://github.com/adi271001/ML-Crate/blob/cheese-classification/Cheese%20Classification/Images/__results___69_6.png)

### 7. AdaBoost

Expand Down

0 comments on commit a3828c1

Please sign in to comment.