Closed jojo96 closed 3 years ago
Hello @jojo96,
Looks like in your case input data wasn't set. This may be caused by some issues with environment or execution process. Could you please provide more information about environment on your machine(versions of packages and jupyter and how it was installed)? Does the In[5] and In[7] cells shows correct shapes as in original notebook?
I've tried to reproduce your problem with using conda environment with installed Jupyter Notebook and other packages but this notebook finished without errors.
@jojo96 can we close this issue?
I am trying the run the notebook @ https://github.com/IntelPython/daal4py/blob/master/examples/daal4py_data_science.ipynb
When I try to run the following block, I get a run time error. d4p_lm = d4p.linear_regression_training(interceptFlag=True) lm_trained = d4p_lm.compute(reduced_dataset.values, target)
**RuntimeError Traceback (most recent call last)