Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to create .py files without a connection to Viya #99

Open
ccaceres1974 opened this issue Jun 25, 2021 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@ccaceres1974
Copy link

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 have an option to create all the files in a offline way because I am using the SAS Viya 4 Trials available in SAS website and there is no way to connect directly to that SAS Viya 4 Trial.

@ccaceres1974 ccaceres1974 added the enhancement New feature or request label Jun 25, 2021
@smlindauer smlindauer self-assigned this Jun 25, 2021
@smlindauer
Copy link
Collaborator

@ccaceres1974,

For SAS Viya 3.5, score code is not generated until after the model is placed onto the server, due to needing the model UUID in order to access the score resources. For SAS Viya 3.5 users, would it still be useful to have an option for offline use, even if the score code would not technically be valid? Furthermore, the generation of the DS2 versions of the score code is through an API, so those would also not be created for the user.

For SAS Viya 4, I don't see any issue in adding this option to creating the files for the model, as no API communication to SAS Viya is needed until the model registration step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants