https://github.com/avicenne-ctrl/github-action-workflow-test
This repository demonstrates the use of GitHub Actions to automate the model update workflow. If a model's accuracy improves during the latest `git push`, the workflow automatically updates and saves the new model.
https://github.com/avicenne-ctrl/github-action-workflow-test
github-actions xgboost-regression
Last synced: 2 months ago
JSON representation
This repository demonstrates the use of GitHub Actions to automate the model update workflow. If a model's accuracy improves during the latest `git push`, the workflow automatically updates and saves the new model.
- Host: GitHub
- URL: https://github.com/avicenne-ctrl/github-action-workflow-test
- Owner: Avicenne-ctrl
- Created: 2024-12-01T14:04:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T17:44:18.000Z (over 1 year ago)
- Last Synced: 2025-10-28T05:36:15.686Z (8 months ago)
- Topics: github-actions, xgboost-regression
- Language: Jupyter Notebook
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Train xgboost model
Follow the steps described in the notebook ```how_to_train_xgboost```
It is explained how to create the training container and then start a CustomJob