Skip to content

Commit

Permalink
Merge pull request #21 from arogozhnikov/dev
Browse files Browse the repository at this point in the history
add a link to tutorial notebook
  • Loading branch information
arogozhnikov authored May 15, 2023
2 parents fb7dd5a + 83fdc47 commit 45e351f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def kmeans_eindex(init_centers, X, n_iterations: int):
return centers
```

## [Tutorial notebook](https://github.com/arogozhnikov/eindex/blob/main/tutorial/tutorial.ipynb)


## Goals

- Form helpful 'language' to think about indexing and index-related operations. Tools shape minds
Expand Down

0 comments on commit 45e351f

Please sign in to comment.