What is exactly index_category of the predict function ? Is it a string of the category, the index of it in categories.npy or the index of it in the table ['A', 'B', 'C', 'D', 'E', 'F'] ?
Posted by: bdominiq @ Dec. 7, 2023, 11:15 a.m.The categories variable is an array of strings, defining for each of the 60 time series its category.
Posted by: an2dl.competitions @ Dec. 7, 2023, 5:07 p.m.