Skip to content

Commit

Permalink
incorrect autoimport
Browse files Browse the repository at this point in the history
  • Loading branch information
abontsema committed Aug 24, 2022
1 parent 0fd152f commit 8540482
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Keep in mind that the sam package is updated frequently, and after a while, your
Below you can find a simple example on how to use one of our timeseries models. For more examples, check our [example notebooks](https://github.com/RoyalHaskoningDHV/sam/tree/main/examples)

```python
import pandas as pd
from sam.datasets import load_rainbow_beach
from sam.models import MLPTimeseriesRegressor
from sam.feature_engineering import SimpleFeatureEngineer
Expand Down
1 change: 0 additions & 1 deletion sam/preprocessing/train_test_split.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from lib2to3.pgen2.token import OP
from typing import Union, Optional
import pandas as pd

Expand Down

0 comments on commit 8540482

Please sign in to comment.