BHT-ARIMA icon indicating copy to clipboard operation
BHT-ARIMA copied to clipboard

Cannot import name 'check_random_state' from 'tensorly.random'

Open cloudy-sfu opened this issue 4 years ago • 1 comments

When running main.py, Python reports: Cannot import name 'check_random_state' from 'tensorly.random'

Suggestion: Replace the following line with

import tensorly.random

https://github.com/huawei-noah/BHT-ARIMA/blob/d88c7cedaa9c60b317d501eb595ec6f6ee72dced/BHT_ARIMA/util/functions.py#L18

cloudy-sfu avatar Dec 04 '21 08:12 cloudy-sfu

replace #from tensorly.random import check_random_state import tensorly.random

NCWU710 avatar Aug 14 '22 13:08 NCWU710