Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
menouarazib committed Sep 15, 2023
1 parent 0736947 commit 9f758c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,11 @@ plot_prediction(predicted_op=predicted_op, filtered_predicted_op=filtered_predic
### Meta Model
The first thing to do is to instantiate the `MetaModel` object with the required args:
```python
meta_model = MetaModel(output_dir=..., dataset=..., events=events, width=..., step=...)
from eventdetector_ts.metamodel.meta_model import MetaModel

meta_model = MetaModel(output_dir=..., dataset=..., events=..., width=..., step=...)
```
For a complete description of the required and optional arguments, please refer to the following table:
For a complete description of the required and optional arguments, please refer to the following tables:

#### Required Arguments
| Argument | Type | Description | Default Value |
Expand Down

0 comments on commit 9f758c5

Please sign in to comment.