4.1.3.1 ASC Instance Initialization for PreProd Analysis
You can import the necessary packages and create an instance for the PreProd analysis.
Navigate to the PreProd Analysis Notebook and the path is
Home / Modeling / Pipelines / ASC / Analysis / PreProd /
PreProd Analysis Notebook.
Download/Activate Conda Environment
Navigate to the Download/Activate Conda Environment paragraph and run this paragraph to download/activate the Conda environment.
ASC Instance Initialization
To create an instance, execute the
following.
%python-pgx
from ds_interpreter_client.context.ds_context import PyDataStudioContext
ds = PyDataStudioContext()
from ofs_auto_ml.model_deployment.output_tracking import *;
from ofs_auto_ml.db_connection import *;
from ofs_aif.ofs_asc.asc import asc;
asc_obj = asc()
setattr(asc_obj,'objectiveId',objectiveId)