I am trying to import the built in spss module for Time Forecasting.
But I am receiving the following error on running the import command in watson notebook
ModuleNotFoundError Traceback (most recent call last) in ----> 1 from spss.ml.forecasting.timeseriesexploration import TimeSeriesExploration
ModuleNotFoundError: No module named 'spss'
Please let me know what resolution can be done or if any step needs to be done before import.
On running the command !pip install com.ibm.spss, the following error gets displayed
Collecting com.ibm.spss ERROR: Could not find a version that satisfies the requirement com.ibm.spss (from versions: none) ERROR: No matching distribution found for com.ibm.spss