Skip to content

Commit

Permalink
Merge pull request #16 from fraunhoferportugal/dev
Browse files Browse the repository at this point in the history
Minor formatting erros in mkdocs documentation
  • Loading branch information
ivo-facoco authored Nov 21, 2024
2 parents b36c471 + 7275150 commit 519db85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ real and synthetic datasets across image, tabular, and time-series data modaliti
developed to address gaps in existing evaluation frameworks that either lack metrics for
specific data modalities or do not include certain state-of-the-art metrics. The library is designed to be modular, allowing users to easily extend it with new metrics.

The source code is available on [GitHub](https://github.com/fraunhoferportugal/pymdma/tree/main) and the documentation can be found [here](dummy).
The source code is available on [GitHub](https://github.com/fraunhoferportugal/pymdma/tree/main).

## Metric Categories
Each metric class is organized based on the modality, validation type, metric group and goal. Following is a brief description of these categories:
Expand Down
6 changes: 0 additions & 6 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ PyPI is currently unavailable. To install the package, you can install it direct
$ pip install "pymdma @ git+https://github.com/fraunhoferportugal/pymdma.git"
```

<!-- It is recommended to install the package in a virtual environment. To install the package, run the following command:
```bash
$ pip install pymdma
``` -->

Depending on the data modality you are working with, you may need to install additional dependencies. We have three groups of denpendencies: `image`, `tabular` and `time_series`. As an example, to work with image data, you will need to run the following command:

```bash
Expand Down

0 comments on commit 519db85

Please sign in to comment.