Releases: gohypergiant/hyperdrive
Releases · gohypergiant/hyperdrive
0.0.125
0.0.124
0.0.123
Changelog
- bf4090b Bump github.com/containerd/containerd from 1.6.2 to 1.6.18 in /hyper
- 0a8e3f5 Bump onnx from 1.11.0 to 1.13.0 in /hyperpackage
- d699727 Merge pull request #366 from gohypergiant/dependabot/pip/hyperpackage/onnx-1.13.0
- c6df02f Merge pull request #392 from gohypergiant/dependabot/go_modules/hyper/github.com/containerd/containerd-1.6.18
0.0.122
Changelog
- 3d80eba Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 in /hyper
- dca4b28 Merge pull request #272 from gohypergiant/dependabot/go_modules/hyper/github.com/spf13/cobra-1.6.1
- c0ddc42 Merge pull request #318 from gohypergiant/MLSDK-560-xgboost-flavor
- 149fb5e Merge pull request #403 from gohypergiant/chore/remove-docker-proxy
- a1049e0 Remove Harbor proxy reference
- 28ee500 add xgboost as dep
- 5a83708 add xgboost to SUPPORTED_MODEL_FLAVORS
- f538cad also fix tf docstring
- e807a5f clean up imports
- ca5c91b create_study_json docstring edit
- e06e14a edit xgboost docstring
- 24d372f elif case when xgboost model is an xgboost obj
- 9774f63 flesh out xgboost_onnx_save func
- 468b4f7 formatting changes for TypeError
- ab31e54 handle for different ml tasks
- 1b879f1 handle path to saved xgboost model
- 03fb565 handle xgboost in fastapp predict
- 4215da9 import XGBClassifier
- d4bf74d initial xgboost_onnx_save setup
- b8c770f might as well fix tensorflow docstring
- a5b9b70 more docstring edits for xgboost
- abf329d more explicit TypeError msgs
- f6acc9b pkg imports
- 6771b54 revert dev changes back
- 686fb84 revise load_trained_model docstring
- 14680cd setup.py: onnxmltools & skl2onnx
- 462c65d temp changes for dev purps
- 4e2db35 type hints
- becd9cc xgboost flavor init
- b1455a8 xgboost model obj loading
- 2c21379 xgboost stub in save_best_model_to_onnx
- fa2a231 xgboost_onnx_save doc string
0.0.121
Changelog
- 06f7529 Merge pull request #271 from gohypergiant/MLSDK-561-tensorflow-flavor
- 57b49f5 accept string to model dir for tensorflow
- 015e542 add docstring for flavor
- 9795122 add more docstring info
- 72a86dd add tensorflow model loading
- ba2fc65 adding flavor to another docstring
- 48e19b7 check for model_flavor in fastapp predict
- 7d86e59 elif the tensorflow loading
- 75805d6 error handling for non-supported model flavor
- 0054140 fix load_trained_model call
- d2cad56 fix model save path for tensorflow model
- f35f0b1 flesh out tensorflow_onnx_export func
- fc351a3 forgot to import onnx
- f215f24 handle non-automl prediction
- 584fe27 import tensorflow_onnx_export and call
- a11bdb0 init commit
- 08f4561 missed a comma in setup.py
- c394dbb remove .onnx suffix to match other flavors, for now
- 288ba7d remove single quotes
- ac22550 simplify docstring
- 14edab0 tensorflow in SUPPORTED_MODEL_FLAVORS
- 33067a8 tensorflow specific handling
- e1767fb tensorflow_onnx_export args
- 148ed86 tensorflow_onnx_export stub
- 76521b4 tf2onnx in setup.py
- d0a31f8 undo changes made for dev purps
- f246fdb use local image for dev
- 2e9b967 write model flavor to study json