Skip to content

Commit

Permalink
docs: split examples into basic and TS report (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml authored Sep 20, 2023
1 parent e83c9e9 commit a5778dd
Show file tree
Hide file tree
Showing 4 changed files with 80,781 additions and 75,094 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ pip install edvart

## Usage


See the notebook
[api-example.ipynb](https://nbviewer.org/github/datamole-ai/edvart/blob/main/api-example.ipynb)
for usage examples.
[examples/report-example.ipynb](https://nbviewer.org/github/datamole-ai/edvart/blob/main/examples/report-example.ipynb)
for an example report on a tabular dataset or
[examples/time-series-report-time-series-report-example.ipynb](https://nbviewer.org/github/datamole-ai/edvart/blob/main/examples/time-series-report-example.ipynb)
for an example report on a time-series dataset.

See the [Usage section](https://datamole-ai.github.io/edvart/usage.html) of the documentation
for more information.
Expand Down
75,092 changes: 0 additions & 75,092 deletions api-example.ipynb

This file was deleted.

43,953 changes: 43,953 additions & 0 deletions examples/report-example.ipynb

Large diffs are not rendered by default.

36,823 changes: 36,823 additions & 0 deletions examples/time-series-report-example.ipynb

Large diffs are not rendered by default.

0 comments on commit a5778dd

Please sign in to comment.