Accelerated Data Science 2.6.2 is released
- Services: Data Science
- Release Date: June 21, 2022
The following changes were made in this version.
-
Added
from_model_deployment()
method to theGenericModel
class. Now, you can load a model directly from an existing model deployment. -
Moved dependencies from being default into optional installation groups:
-
all-optional
-
bds
-
boosted
-
data
-
geo
-
notebook
-
onnx
-
opctl
-
optuna
-
tensorflow
-
text
-
torch
-
viz
Use
python3 -m pip install oracle-ads[XXX]
where XXX are the group names. -
For more information, see Data Science, ADS SDK, and ocifs SDK. Take a look at our Data Science blog.