juaml / julearn

Forschungszentrum Jülich Machine Learning Library
https://juaml.github.io/julearn
GNU Affero General Public License v3.0
28 stars 19 forks source link

[ENH]: Data Imputation #256

Open harveybi opened 2 months ago

harveybi commented 2 months ago

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

fraimondo commented 2 months ago

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