Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anchor rules for time series classification #83

Open
Jalagarto opened this issue Oct 5, 2022 · 2 comments
Open

anchor rules for time series classification #83

Jalagarto opened this issue Oct 5, 2022 · 2 comments

Comments

@Jalagarto
Copy link

thanks for the excellent job.

I have created a dataset where each target variable has a 2D array. The dataset format is the one used by TSAI:

Considerations about our 3D input data or X vs a 2D target vars Y (my dataset are just numpy arrays)

To be able to use timeseriesAI your data needs to have 3 dimensions:

  • number of samples
  • number of features (aka variables, dimensions, channels)
  • number of steps (or length, time steps, sequence steps)
    (from this noteboook)

here a diagram of the dataset format

The problem is not only related with time series classification, but with any tabular data, where each target variable contains multiple
values per input feature var.

The question is:

could I use this package to explain anchor rules of a model trained with this format of data?

here a code example - 01_Intro_to_Time_Series_Classification.ipynb I am using to generate my own model

PD: This format would be quite similar to a B/W image classification dataset, where we have one image per sample and the labels are just numbers (NMIST example)

@Jalagarto
Copy link
Author

Yes. That's what I thought

@vidushi27
Copy link

Hi,
Please let me know if you were able to use it on time series classification.
Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants