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
* This notebook will provide an example to prepare and save an sklearn model artifact using ADS generic method and deploy the model as an HTTP endpoint
* This notebook will provide an example to prepare and save a pytorch model artifact using ADS, will publish a conda environment, and deploy the model as an HTTP endpoint.
* This example notebook demonstrates creating and uploading a XGBoost binary logisitic-based model, with metadata and schema, to the model catalog v2.0.
* This example notebook demonstrates simple solution for OCI Python SDK which allows data scientists to upload larger model artifacts and eliminate the timeout error that is experienced by most folks when the artifact is large. It shows end-to-end steps from setting up the configuration till uploading the model artifact.
* This example notebook demonstrates simple solution for Oracle ADS Library which allows data scientists to upload larger model artifacts and eliminate the timeout error that is experienced by most folks when the artifact is large. It shows end-to-end steps from setting up the configuration till uploading the model artifact.
22
+
23
+
1.[xgboost_onnx.ipynb](xboost_onnx.ipynb)
24
+
* This example notebook demonstrates how to prepare and save an xgboost model artifact using the ADSModel `prepare()` method and deploy the model as an HTTP endpoint.
"Copyright (c) 2021 Oracle, Inc. All rights reserved. <br>\n",
11
+
"Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.\n",
12
+
"</font>"
13
+
]
14
+
},
15
+
{
16
+
"cell_type": "markdown",
17
+
"id": "59909c92",
18
+
"metadata": {},
19
+
"source": [
20
+
"# Uploading Larger Size Model Artifact Using OCI Pyhton SDK \n",
21
+
"\n",
22
+
"This notebook demonstrates simple solution for OCI Python SDK which allows data scientists to upload larger model artifacts and eliminate the timeout error that is experienced by most folks when the artifact is large. It shows end-to-end steps from setting up the configuration till uploading the model artifact."
23
+
]
24
+
},
25
+
{
26
+
"cell_type": "markdown",
27
+
"id": "96aa5b7b",
28
+
"metadata": {},
29
+
"source": [
30
+
"## Pre-requisites to Running this Notebook "
31
+
]
32
+
},
33
+
{
34
+
"cell_type": "markdown",
35
+
"id": "483c5bed",
36
+
"metadata": {},
37
+
"source": [
38
+
"* We recommend that you run this notebook in a notebook session using the **Data Science Conda Environment \"Data Exploration and Manipulation for CPU Python 3.7 V2 conda environment\"** \n",
39
+
"* You need access to the public internet\n",
40
+
"* Upgrade the current version of the OCI Python SDK (`oci`): "
0 commit comments