You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use dataset_val in addition to the dataset (train_set) in the usage instructions
4. Expected behavior
Not sure which one you meant to be the correct key, but your documentation [1] says that there should be X in the dictinary, whereas your code says there should be X_ori [2]
And I guess the validation split needs to contain both X () and X_ori (without the missing values) which is not given in the documentation [1]?
1. System Info
pypots: 0.8.1
2. Information
3. Reproduction
Use
dataset_val
in addition to thedataset
(train_set) in the usage instructions4. Expected behavior
Not sure which one you meant to be the correct key, but your documentation [1] says that there should be
X
in the dictinary, whereas your code says there should beX_ori
[2]And I guess the validation split needs to contain both
X
() andX_ori
(without the missing values) which is not given in the documentation [1]?e.g.
dataset_val = {"X": X_val_gt_missing, "X_ori": X_val_gt}
[1] https://docs.pypots.com/en/latest/pypots.imputation.html#pypots.imputation.csdi.CSDI.fit
[2]
The text was updated successfully, but these errors were encountered: