cq70605

Results 3 comments of cq70605

> Thanks for reporting this bug. Currently, the advanced third-party frameworks of mars learn (the libs in `/mars/learn/contrib/`) are not supported by ray backend. > > You can try the...

您好,我现在手上有一份数据集(传感器采集的数据,存在缺失值),想尝试用LRC-TNN来试试填充缺失值的效果,但跑出来结果似乎有点问题。 `import pandas as pd from tqdm import tqdm import time r = 0.2 print('Missing rate = {}'.format(r)) missing_rate = r file_path = '' data_19111201984=pd.read_csv(file_path,encoding='gbk') data_19111201984=data_19111201984[data_19111201984.day.isin([9,10,11,12,13,14])] data_list = [] for...

> Hello, thank you for this question! If your tensor data is of size 1-by-1440-by-6, this is really a matrix. Please consider a matrix completion model rather than tensor completion...