Skip to content

Commit

Permalink
Merge pull request #60 from aai-institute/first-release-prep
Browse files Browse the repository at this point in the history
Final docs changes in preparation for v0.1.0
  • Loading branch information
nicholasjng authored Feb 5, 2024
2 parents cf0a7c3 + 5aec904 commit b6acc5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# nnbench: A small framework for benchmarking machine learning models

Welcome to nnbench, a framework for benchmarking machine learning models.
The main goals of this project are:
The main goals of this project are

1. To provide a portable, easy-to-use solution for model evaluation that leads to better ML experiment organization, and
2. To integrate with experiment and metadata tracking solutions for easy adoption.
Expand All @@ -10,7 +10,7 @@ On a high level, you can think of nnbench as "pytest for ML models" - you define

What's new is that upon completion, you can stream the resulting data to any sink of your choice (including multiple at the same), which allows easy integration with experiment trackers and metadata stores.

See the `quickstart.md` for usage examples.
See the [quickstart](https://aai-institute.github.io/nnbench/latest/quickstart/) for a lightning-quick demo, or the [examples](https://aai-institute.github.io/nnbench/latest/tutorials/) for more advanced usages.

## Installation

Expand All @@ -19,14 +19,11 @@ See the `quickstart.md` for usage examples.
Install it directly from source, for example either using `pip` or `poetry`:

```shell
pip install git+https://github.com/aai-institute/nnbench.git
pip install nnbench
# or
poetry add git+https://github.com/aai-institute/nnbench.git
poetry add nnbench
```

A PyPI package release is planned for the future.


## Contributing

We encourage and welcome contributions from the community to enhance the project.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintainers = [
{ name = "Adrian Rumpold", email = "[email protected]" },
]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 3 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit b6acc5f

Please sign in to comment.