WenjieDu / BrewPOTS

The tutorials for PyPOTS, guide you to model partially-observed time series datasets.
https://pypots.com
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

代码问题 #13

Closed LLL-HLL closed 6 months ago

LLL-HLL commented 7 months ago

print(physionet2012_dataset.keys()) 输出是: dict_keys(['n_classes', 'n_steps', 'n_features', 'train_X', 'train_y', 'train_ICUType', 'val_X', 'val_y', 'val_ICUType', 'test_X', 'test_y', 'test_ICUType', 'scaler', 'val_X_ori', 'test_X_ori', 'test_X_indicating_mask'])

与下文代码不匹配

Assemble the datasets for training, validating, and testing.

dataset_for_training = { "X": physionet2012_dataset['train_X'], }

dataset_for_validating = { "X": physionet2012_dataset['val_X'], "X_intact": physionet2012_dataset['val_X_intact'], "indicating_mask": physionet2012_dataset['val_X_indicating_mask'], }

dataset_for_testing = { "X": physionet2012_dataset['test_X'], }

WenjieDu commented 7 months ago

Hi there 👋,

Thank you so much for your attention to PyPOTS and BrewPOTS! You can follow me on GitHub to receive the latest news of PyPOTS. If you find PyPOTS and BrewPOTS helpful to your work, please star our repositories. Your star is your recognition, which can help more people notice PyPOTS and grow PyPOTS community. It matters and is definitely a kind of contribution to the community.

I have received your message and will respond ASAP. Thank you for your patience! 😃

Best, Wenjie