Shellmiao 9279d1873b Add projects | 1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
__init__.py | 1 year ago | |
hetero_stepwise_testsuite.json | 1 year ago | |
pipeline-stepwise-linr.py | 1 year ago | |
pipeline-stepwise-lr.py | 1 year ago | |
pipeline-stepwise-poisson.py | 1 year ago |
This section introduces the Pipeline scripts for different types of tasks.
Logistic Regression Model:
example-data:
(1) guest: breast_hetero_mini_guest.csv
(2) host: breast_hetero_mini_host.csv
script: pipeline-hetero-stepwise-lr.py
Linear Regression Model:
example-data:
(1) guest: motor_hetero_mini_guest.csv
(2) host: motor_hetero_mini_host.csv
script: pipeline-hetero-stepwise-linr.py
Poisson Regression:
example-data:
(1) guest: dvisits_hetero_guest.csv
(2) host: dvisits_hetero_host.csv
script: pipeline-hetero-stepwise-poisson.py
Users can run a pipeline job directly:
python ${pipeline_script}