python-sasctl
python-sasctl copied to clipboard
Python package and CLI for user-friendly integration with SAS Viya
**Describe the issue** Can not run a scoring test for model registered by register_sas_regression_model.py **To Reproduce** Just run register_sas_regression_model.py and get a model registered. Then create a scoring test and...
When generating the Python scoring function in MM, the default dtypes are set to 'object', as below: ` input_array = pd.DataFrame([[LOAN, MORTDUE, VALUE, REASON, JOB, YOJ, DEROG, DELINQ, CLAGE, NINQ,...
When using ` pzmm.ImportModel.import_model` for wirting scoring code for binary/multinomial classification it assumes from `result = SKmodel.predict_proba(...)` that the `result[0]` is the target variable probability and assigns it to `EM_EVENTPROBABILITY`,...
How can I encapsulate the preprocessing process into the scoring process as well when registering python models with pzmm? In the pzmm_binary_classification_model_import.ipynb example, only the decision tree/random forest/gradient boosting models...
**Describe the issue** When submit the workflow from sasctl , the associated objects of the user task would be missed. **To Reproduce** 1. Submit workflow with user task in it.(by...
**Describe the issue** Model created using swat package gives error during registration **To Reproduce** Create model using gbTreeTrain and register it using `register_model` **Expected behavior** Model should be registered in...
**Describe the issue** SASCTL 1.7.3 can register a simple Python model to MM in Viya 4, but when trying to execute a Scoring Task it produces an error. **To Reproduce**...
**Describe the issue** As seen in issue #136, when attempting to import a Python model with register_model() to SAS Viya 4, the normal process for SAS Viya 3.5 is used...
Dev v1.7