3.1.1 python Interpreter
In Compliance Studio, the python interpreter uses a python conda environment. Compliance Studio comes with predefined conda environment as follows:
- default_<CS Version>
- ml4aml_<CS Version>
- sane_<CS Version>
%python interpreter points to a different conda environment. The following table lists the predefined conda environment.
Table 3-2 Predefined Conda Environment
Conda Environment | Description |
---|---|
default_<CS version> | Default python interpreter. |
ml4aml_<CS version> | Python interpreter for ML4AML use cases. |
sane_<CS version> | Python interpreter for scoring Name and Address Matching. |
Note:
Users can also configure the python libraries. For more information about python libraries, see the Python Libraries for Predefined Conda Environment section.