Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaektefaie authored Oct 13, 2024
1 parent 7aaa019 commit 75b5963
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,19 @@ The spectral framework for model evaluation (SPECTRA) is a new framework for eva
To get started use the [Python
Package Index (PyPI)](https://pypi.org/project/spectrae).

Please note there is another package called spectra which is not related to this tool. Spectrae (which stands for spectral evaluation) implements the spectral framework for model evaluation.

```sh
pip install spectrae
```

Or alternatively run this command:

```sh
pip install git+https://github.com/mims-harvard/SPECTRA
```

Please note there is another package called spectra which is not related to this tool. Spectrae (which stands for spectral evaluation) implements the spectral framework for model evaluation.

## How to use spectra

### Step 1: Define the spectral property, cross-split overlap, and the spectra dataset wrapper
Expand Down

0 comments on commit 75b5963

Please sign in to comment.