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

[ENH]: Data Imputation #256

Open
harveybi opened this issue Apr 15, 2024 · 1 comment
Open

[ENH]: Data Imputation #256

harveybi opened this issue Apr 15, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@harveybi
Copy link

Which feature do you want to include?

How about also including data imputation inside run_cross_validation pipeline?

How do you imagine this integrated in julearn?

When use run_cross_validation, user can also add data_imputation steps like zscore.

Do you have a sample code that implements this outside of julearn?

No response

Anything else to say?

No response

@harveybi harveybi added the enhancement New feature or request label Apr 15, 2024
@fraimondo
Copy link
Contributor

In principle, this can be done through scikit-learn's transformers: https://scikit-learn.org/stable/modules/impute.html

@fraimondo fraimondo removed their assignment Apr 15, 2024
@fraimondo fraimondo added the documentation Improvements or additions to documentation label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants