Shellmiao 9279d1873b Add projects il y a 1 an
..
README.md 9279d1873b Add projects il y a 1 an
__init__.py 9279d1873b Add projects il y a 1 an
feature_imputation_testsuite.json 9279d1873b Add projects il y a 1 an
pipeline-feature-imputation-column-method.py 9279d1873b Add projects il y a 1 an
pipeline-feature-imputation-designated.py 9279d1873b Add projects il y a 1 an
pipeline-feature-imputation-method.py 9279d1873b Add projects il y a 1 an

README.md

Feature Imputation Pipeline Examples Usage Guide.

This section introduces the pipeline scripts of feature imputation tasks.

Pipeline Tasks

  1. Feature Imputation using Designated Replace Value for All Columns: script: pipeline-feature-imputation-designated.py

  2. Feature Imputation using the Same Method for All Columns: script: pipeline-feature-imputation-method.py

  3. Feature Imputation using Different Methods for Different Columns: script: pipeline-feature-imputation-column-method.py

Users can use following commands to running the task.

python ${pipeline_script}