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

To get the result of mae and rmse #7

Open
joey00113 opened this issue Mar 21, 2022 · 5 comments
Open

To get the result of mae and rmse #7

joey00113 opened this issue Mar 21, 2022 · 5 comments

Comments

@joey00113
Copy link

Hi,I want to know the result of mae and rsme after new dataset was added to the test. In utils.py you define a function named imputation_accuracy but you don‘t use it in the example using heart dataset . When I try to use this function in mydataset to get mae,I got some error!Could you tell me the usage of the function to get the result of mae and rmse?Thanks!

@joey00113 joey00113 changed the title To get the result of mae and rsme To get the result of mae and rmse Mar 22, 2022
@spindro
Copy link
Owner

spindro commented Mar 22, 2022

Hi! MAE and RMSE can be computed on artificially induced missing values of course. The function imputation_accuracy takes 3 arguments, the original dataset, the imputed one and the mask indicating where are the missing values. This mask is the second output of degrade_dataset.

@joey00113
Copy link
Author

Thanks!I knew what the three parameters refer to. The main problem is the dimension of imputed dataset varies from that of the original dataset.It seems that some one-hot codes were added to the imputed dataset. Could you tell me how to make the imputed dataset have the same dimension and format as the original dataset? Only in this condition that the calculation of mae and rmse is meaningful.

@joey00113
Copy link
Author

joey00113 commented Oct 11, 2022 via email

@Zjh152
Copy link

Zjh152 commented Mar 8, 2023

这是来自QQ邮箱的自动回复邮件。您好,您的邮件我已收到,我会尽快处理并且给您回复,祝您生活愉快。

So how to solve this problem?

@joey00113
Copy link
Author

joey00113 commented Mar 8, 2023 via email

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

No branches or pull requests

3 participants