Last active
October 11, 2018 11:58
-
-
Save gauravkaila/00105033029f5c8260dbedb61b9c2100 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters | data_type | explanation | |
---|---|---|---|
model_version | int | Version of the trained model (can be located via the VSC IDE) | |
pip_packages | list | List of pip packages to be installed | |
conda_packages | list | List of conda packages to be installed | |
conda_env_file | string | Name of the conda env file | |
path_scoring_script | string | Path to prediction script [score.py] | |
docker_image_name | string | Name of the docker image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment