https://github.com/maxmind/xgb2code
A converter for xgboost model dumps to code.
https://github.com/maxmind/xgb2code
Last synced: about 1 year ago
JSON representation
A converter for xgboost model dumps to code.
- Host: GitHub
- URL: https://github.com/maxmind/xgb2code
- Owner: maxmind
- License: apache-2.0
- Created: 2022-10-05T16:35:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T14:10:03.000Z (almost 2 years ago)
- Last Synced: 2024-09-14T04:53:36.762Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 156 KB
- Stars: 3
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.dev.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Releasing
* Install `goreleaser`. Refer to its docs.
* Set a `GITHUB_TOKEN` environment variable. Refer to `goreleaser` docs for
information.
* Update `CHANGELOG.md`.
* Mention recent changes.
* Set a version if there is not one.
* Set a release date.
* Set version in `version.go`.
* Commit `CHANGELOG.md` and `version.go`.
* Tag the release: `git tag -a v1.2.3 -m 'Tag v1.2.3'`.
* Push the tag: `git push origin v1.2.3`.
* Run `goreleaser release`.
* Edit the release on
[GitHub](https://github.com/maxmind/xgb2code/releases) to include the
changelog changes.
* Make sure to push the rest of your changes.