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

I executed the example in: https://github.com/sassoftware/python-sasctl/blob/master/examples/FleetManagement.ipynb however, in order to have the complete set of files (pickle, .py, etc) a connection to SAS Viya is required. I would like to...

enhancement

Hi, I've managed to register a lightGBM model to Model Manager, however I'm unable to score with this model in SAS as categorical inputs are registered as decimal. I was...

question

Hi Jonathan (& team), Would it be possible to add a score method option to SASCTL so that we can leverage the inherent testing features of SAS Viya in Model...

enhancement

I was working with a customer who was trying to use the pzmm.PickleModel.pickleTrainedModel() function on a TensorFlow model, but they were getting a 'TypeError: can't pickle weakref objects'. My ideal...

enhancement

The `register_model` task can handle ASTORE models as long as the ASTORE is in a CAS table. If the ASTORE has already been downloaded/deployed to a file, it has to...

enhancement

Create a new example to demonstrate using the text analytics (concepts, sentiment analysis, etc).

enhancement

Instead of specifying a table prefix when calling `model_manager.create_performance_definition()` allow a single table name to be passed. Should still following restrictions on table naming (_prefix_sequence_time_model_). Populate `dataTable` parameter in request...

enhancement

`register_model` task should individually upload files when registering an ASTORE model instead of using import_from_zip. This will enable registering model as a new version.

enhancement

Hello, Some weeks ago I used some functions of the `sasctl.services.model_repository` package to register a model from SAS Viya Workbench to SAS Model Manager. However, by looking at the [documentation](https://sassoftware.github.io/python-sasctl/api/services/model_repository.html),...

enhancement

I am getting the following error importing sasctl (also swat) in SageMaker: RuntimeError: Booting the TK subsystem failed: Cannot dlopen [tkmk.so] : [libnuma.so.1: cannot open shared object file: No such...

bug