Skip to content

Commit ebc6410

Browse files
committed
Clean up repo
1 parent c48cef6 commit ebc6410

File tree

5 files changed

+5
-69
lines changed

5 files changed

+5
-69
lines changed

.gitignore

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22
*.egg-info/
33
*__pycache__/
44
*.pyc
5-
data/MNIST/*
6-
data/cifar_100/cifar-100-python.tar.gz
7-
data/cifar_100/cifar-100-python/
8-
data/blood_cell_scrna/*
9-
data/mnist/*-ubyte*
10-
notebooks/scratch*
11-
wandb/
12-
data/results_wandb/incremental/
13-
data/results_wandb/*incremental*
14-
site/
155
coverage.xml
166
.coverage*
177
settings.json
8+
prof/
File renamed without changes.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ model.fit(X_train, y_train)
5757
print(model.score(X_test, y_test))
5858
```
5959

60+
## Tutorial
61+
The official tutorial for Manify can be found in [`tutorial.ipynb`](tutorial.ipynb). This Jupyter
62+
notebook contains a comprehensive overview of all of the library's core features.
63+
6064
## Modules
6165

6266
**Manifold Operations**

tests/TODO.md

Lines changed: 0 additions & 59 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)