Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-sp committed Jan 29, 2024
1 parent 04e13ac commit 2cb9afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install via

or in order to install in developer mode via

python setup.py clean --all develop clean --all
python -m pip install --editable .

## Results

Expand Down Expand Up @@ -85,4 +85,4 @@ For the entries in `history`, the following keys are important:
* `train_score`: score function (eg accuracy) over training set
* `val_score`: score function (eg accuracy) over validation set

In [`stepback.utils.py`](stepback/utils.py) you can find several helper functions for merging or filtering output files.
In [`stepback.utils.py`](stepback/utils.py) you can find several helper functions for merging or filtering output files.

0 comments on commit 2cb9afe

Please sign in to comment.