aslisabanci/Deploy to Algorithmia
TBD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| algorithmia_api_key | Algorithmia API Key, used when uploading the model file | yes | — |
| algorithmia_username | Algorithmia Username, used as Git Commit Username and as part of default model upload path | yes | — |
| algorithmia_email | Algorithmia Email, used as Git Commit Email | yes | — |
| algorithmia_password | Algorithmia Password. Only required if the algorithm is hosted on Algorithmia. | no | — |
| github_username | Github username owning the algorithm repository, used to clone the algorithm repository. Only required if the algorithm is hosted on Github. | no | — |
| github_pat | Github Personal Access Token, used to clone the algorithm repository. Only required if the algorithm is hosted on Github. | no | — |
| algorithmia_algoname | Algorithmia Algorithm name | yes | — |
| algorithmia_uploadpath | Algorithmia data collection name to upload the model file | yes | data://$ALGORITHMIA_USERNAME/$ALGORITHMIA_ALGONAME |
| model_path | Path of the model file to be uploaded to Algorithmia | yes | model.pkl |
| notebook_path | Path of the notebook to be executed by this action | no | model_training.ipynb |
| git_host | Git host for the Algorithmia algorithm repository. Change to git.algorithmia.com if the algorithm is hosted on Algorithmia. | no | github.com |
Outputs
no outputs