Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 authored Aug 20, 2023
1 parent 302a16b commit 9ffb768
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
![Tests](https://github.com/ASEM000/serket/actions/workflows/tests.yml/badge.svg)
![pyver](https://img.shields.io/badge/python-3.8%203.9%203.10%203.11-red)
![codestyle](https://img.shields.io/badge/codestyle-black-black)
[![Downloads](https://pepy.tech/badge/serket)](https://pepy.tech/project/serket)
[![Downloads](https://static.pepy.tech/badge/serket)](https://pepy.tech/project/serket)
[![codecov](https://codecov.io/gh/ASEM000/serket/branch/main/graph/badge.svg?token=C6NXOK9EVS)](https://codecov.io/gh/ASEM000/serket)
[![Documentation Status](https://readthedocs.org/projects/serket/badge/?version=latest)](https://serket.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/526985786.svg)](https://zenodo.org/badge/latestdoi/526985786)
Expand All @@ -20,6 +20,8 @@

</h5>



## 🛠️ Installation<a id="Installation"></a>

**Install development version**
Expand Down Expand Up @@ -78,4 +80,4 @@ for j, (xb, yb) in enumerate(zip(x_train, y_train)):
accuracy = accuracy_func(logits, y_train)

net = sk.tree_unmask(net)
```
```

0 comments on commit 9ffb768

Please sign in to comment.