Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

代码问题 #13

Closed
LLL-HLL opened this issue Mar 7, 2024 · 1 comment · Fixed by #14
Closed

代码问题 #13

LLL-HLL opened this issue Mar 7, 2024 · 1 comment · Fixed by #14

Comments

@LLL-HLL
Copy link

LLL-HLL commented Mar 7, 2024

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
Copy link
Owner

WenjieDu commented Mar 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants