Skip to content

Getting errors when I run the example on the README #559

Closed
@dbuscombe-usgs

Description

@dbuscombe-usgs

Hi, on a fresh install, I tried to test the library by running the example code on the README

from pypots.data import load_specific_dataset
data = load_specific_dataset('physionet_2012')  # PyPOTS will automatically download and extract it.
X = data['X']

However, data does not contain X

KeyError: 'X'

I get errors when I load my own data and fit the saits model on it, so I'm looking for an example dataset and workflow, so I can troubleshoot. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions