Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbolt_ committed Oct 18, 2023
1 parent be72e4a commit b4948d6
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
## Breast Cancer Classification

Breast Cancer Classification to predict whether the cancer type is Malignant or Benign using multiple models such as:
- LogReg
- DT
- KNN
- RFC
- XGB
- NB
- NN

- LogisticRegression
- DecisionTree
- KNearsNeighbors
- RandomForest
- XGBoost
- NaiveBayes
- NeuralNetwork

## Usage

```
git clone <repo>
```

## Author

```
Thanesh Ravindran
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

## License

```
No License
```
```

0 comments on commit b4948d6

Please sign in to comment.