lightgbm-transform/azureml
Jincheng Chen 5494bd1b4e update transform pkg version 2021-11-23 11:39:48 +00:00
..
components update transform pkg version 2021-11-23 11:39:48 +00:00
data add example data 2021-11-22 11:32:47 +00:00
README.md add lambda rank azureml example 2021-11-22 11:28:50 +00:00
requirements.txt add lambda rank azureml example 2021-11-22 11:28:50 +00:00
run.py update component sample 2021-11-23 08:49:36 +00:00

README.md

AzureML example

In the doc, user could learn how to use lightgbm transformation in azure machine learning. The example describes a pipeline containing training for lambdarank objective, inference and evaluation using Azure ML Component SDK.

Steps

  • Run command pip install -r requirements.txt and install the dependencies of submission.
  • Download config.json of your azure ml workspace and put it under azureml folder.
  • Run command python run.py.
  • Click the shown experiment link and check in your workspace.