python-sasctl icon indicating copy to clipboard operation
python-sasctl copied to clipboard

Python package and CLI for user-friendly integration with SAS Viya

Results 35 python-sasctl issues
Sort by recently updated
recently updated
newest added

**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...

bug

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,...

bug

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`,...

enhancement

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...

question

**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...

bug

**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...

bug

**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**...

bug

**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...

bug