alteryx / alteryx/autonormalize
Error Found with AutoNormalize and dataset
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 117
- Forks
- 15
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
- Using this [dataset.csv.zip](https://github.com/FeatureLabs/autonormalize/files/4418093/dataset.csv.zip)
```python
import pandas as pd
import autonormalize as an
data = pd.read_csv('dataset.csv.zip')
es = an.auto_entityset(data,
name="fraud",
index='id',
time_index='datetime')
```
Results in the following error:
```
ValueError: zero-size array to reduction operation maximum which has no identity
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.