Sandy4321
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...
good idea, eli5 is great
good question
it is how data looks like in original code 
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...