Shellmiao 9279d1873b Add projects | преди 1 година | |
---|---|---|
.. | ||
README.md | преди 1 година | |
__init__.py | преди 1 година | |
hetero_stepwise_testsuite.json | преди 1 година | |
pipeline-stepwise-linr.py | преди 1 година | |
pipeline-stepwise-lr.py | преди 1 година | |
pipeline-stepwise-poisson.py | преди 1 година |
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}