Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigosnader committed Oct 7, 2022
1 parent 8425ac2 commit 7e7b31b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Title -->
## Wavy: Time-Series Manipulation
## Wavy: Time-Series Manipulation

<p>
<img alt="GitHub Contributors" src="https://img.shields.io/github/contributors/logspace-ai/wavy" />
Expand Down Expand Up @@ -71,10 +71,8 @@ y.plot()
# Convert to numpy arrays.
x_train, y_train = x.train.values, y.train.values
x_test, y_test = x.test.values, y.test.values

print(x_train.shape, y_train.shape)


# Or just instantiate a model.
from wavy import models

Expand Down

0 comments on commit 7e7b31b

Please sign in to comment.