Sandy4321

Results 306 comments of Sandy4321

great thanks do you have code example with some data as input pls

it is only example to develop mutual language in real live sequences ar long also each sequence has different number of time stamps sequence 1 -> 5 time stamps sequence...

it is how data looks like in original code ![image](https://github.com/angus924/minirocket/assets/11426119/ad7c4375-1baf-4ecc-835a-7622d865a182)

maybe ''' # Load the data from the .ts file into a pandas DataFrame X_train, y_train = load_from_tsfile_to_dataframe(file_path) ''' provides different format ?

may you share similar data to your scada data (especially the same format) for example https://data.world/datasets/scada

ok I fixed issue ValueError: n_timepoints must be >= 9, but found 8; zero pad shorter series so that n_timepoints == 9 you need to padd data to have more...

by the way , any chances to use data with categorical values for example green, red, black, brown

Thank you! But did you pad it manually? yes only 3 lines Yes you can use encode command from sklearn tpu transform the categorical values cool thanks may you share...