Shellmiao 9279d1873b Add projects 1 gadu atpakaļ
..
README.md 9279d1873b Add projects 1 gadu atpakaļ
__init__.py 9279d1873b Add projects 1 gadu atpakaļ
hetero_poisson_testsuite.json 9279d1873b Add projects 1 gadu atpakaļ
pipeline-hetero-poisson-cv.py 9279d1873b Add projects 1 gadu atpakaļ
pipeline-hetero-poisson-sparse.py 9279d1873b Add projects 1 gadu atpakaļ
pipeline-hetero-poisson-validate.py 9279d1873b Add projects 1 gadu atpakaļ
pipeline-hetero-poisson-warm-start.py 9279d1873b Add projects 1 gadu atpakaļ
pipeline-hetero-poisson.py 9279d1873b Add projects 1 gadu atpakaļ

README.md

Hetero Poisson Regression Pipeline Example Usage Guide.

Example Tasks

This section introduces the Pipeline scripts for different types of tasks.

  1. Train & Predict Task:

    script: pipeline-hetero-poisson.py

  2. Warm-start Task:

    script: pipeline-hetero-poisson-warm-start.py

  3. Validate Task (with early-stopping parameter specified):

    script: pipeline-hetero-poisson-validate.py

  4. Train Task with Sparse Data:

    script: pipeline-hetero-poisson-sparse.py

  5. Cross Validation Task:

    script: pipeline-hetero-poisson-cv.py

Users can run a pipeline job directly:

python ${pipeline_script}