sassoftware / python-dlpy

The SAS Deep Learning Python (DLPy) package provides the high-level Python APIs to deep learning methods in SAS Visual Data Mining and Machine Learning. It allows users to build deep learning models using friendly Keras-like APIs.
Apache License 2.0
224 stars 131 forks source link

mztrain.yaml and mzscore.yaml not provided #390

Closed jlwalke2 closed 1 year ago

jlwalke2 commented 1 year ago

mzmodel.py:393 tries to read mztrain.yaml from the package directory, but the yaml file does not appear to be included in the repo. There's a similar reference to mzscore.yaml.

dxq77dxq commented 1 year ago

Did you git clone the entire repository? https://github.com/sassoftware/python-dlpy/tree/master/dlpy I can see they were uploaded here.

jlwalke2 commented 1 year ago

pip install git+https://github.com/sassoftware/python-dlpy.git

dxq77dxq commented 1 year ago

Pip install won't include the latest changes after the release. Would you please uninstall and git clone the entire repo to your local, and sys.path.append('path_to_the_repo')?

dxq77dxq commented 1 year ago

Fixed by https://github.com/sassoftware/python-dlpy/pull/391.