You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: re-added model info
* style: replace 'is' with '==' to eliminate warnings
* bug: allow binary file to be passed
* feat: allow passing inline json
* feat: simple parsing of pytorch models
* chore: directly expose get_model_info()
* fix: handle case where scikit model output not provided
* fix: close zip file before reading bytes
* feat: handle file-like or raw bytes
* chore: use pzmm for open source models
* fix: do not print unless running in a notebook
* fix: remove hooks
* feat: pass additional info when registering model
* chore: misc cleanup
* feat: generate score code
* chore: misc cleanup
* fix: skip for Viya 4+
* fix: ignore spaces in env var
* fix: use sanitized model names in file names.
* fix: use instance methods & variables when manipulating model data
* fix: score code generation creates score() not predict()
* chore: remove obsolete code
* fix: updated for instance methods
* fix: new pandas behavior
* feat: require dill
* test: remove obsolete tests
* feat: reshape 3+d tensors
* fix: update for tree-based models
* fix: update for tree-based models
* feat: use model_info. rename input to X.
* test: update for changes to viya & pandas
* fix: convert non str/bytes to str.
* feat: allow passing files using pathlib
* test: test case update for pzmm and cassette refresh
* chore: black formatting
* chore: black formatting
0 commit comments