[breaking] Change internal model serialization to UBJSON. (#7556)
* Use typed array for models. * Change the memory snapshot format. * Add new C API for saving to raw format.
This commit is contained in:
@@ -32,6 +32,7 @@ dependencies:
|
||||
- awscli
|
||||
- numba
|
||||
- llvmlite
|
||||
- py-ubjson
|
||||
- pip:
|
||||
- shap
|
||||
- ipython # required by shap at import time.
|
||||
|
||||
@@ -31,6 +31,7 @@ dependencies:
|
||||
- jsonschema
|
||||
- boto3
|
||||
- awscli
|
||||
- py-ubjson
|
||||
- pip:
|
||||
- sphinx_rtd_theme
|
||||
- datatable
|
||||
|
||||
@@ -18,3 +18,4 @@ dependencies:
|
||||
- jsonschema
|
||||
- python-graphviz
|
||||
- pip
|
||||
- py-ubjson
|
||||
|
||||
@@ -16,3 +16,4 @@ dependencies:
|
||||
- python-graphviz
|
||||
- modin-ray
|
||||
- pip
|
||||
- py-ubjson
|
||||
|
||||
Reference in New Issue
Block a user