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

Seasonal Adjustment error - Variable Date is not in domain #281

Open
DG2DATA opened this issue Jun 16, 2024 · 7 comments
Open

Seasonal Adjustment error - Variable Date is not in domain #281

DG2DATA opened this issue Jun 16, 2024 · 7 comments

Comments

@DG2DATA
Copy link

DG2DATA commented Jun 16, 2024

What's wrong?

Hi All,
I set the following steps but I have an error at the end (Variable Date is not in domain):

image

  • Details here:

Yahoo Finance

image

Select Columns

image

Form Timeseries

image

Seasonal Adjustment

image

How can we reproduce the problem?

Please see the steps reported above.

What's your environment?

  • Operating system: Microsoft Windows 10 Pro
  • Orange version: 3.37
  • Timeseries add-on version: 0.6.3
  • How you installed Orange: By using Conda
@ajdapretnar ajdapretnar transferred this issue from biolab/orange3 Jun 27, 2024
@jolo-maker
Copy link

Same issue with Seasonal Adjustment widget on OS X: 'Variable Month is not in domain'.
Orange version 3.36
TimeSeries-addon 0.6.3

Scherm­afbeelding 2024-08-22 om 13 48 24

@curry201205
Copy link

curry201205 commented Aug 29, 2024

image
after file widget, edit domain widget add and edit domain, this error not happened.
why?

@jolo-maker
Copy link

Inserting an Edit Domain widget does not help. Did you select one of the features for seasonal adjustment in the Seasonal Adjustment widget? Without a selection of a feature everything passes through unchanged, but we want to see the breaking down into trend, season and residual line plots right?
https://orangedatamining.com/widget-catalog/time-series/seasonal_adjustment/

@curry201205
Copy link

curry201205 commented Sep 4, 2024

Edit Domain widget add, and change variable name . That variable type is time.
Then this error not happened on my case.
Why?

  • Operating system: Microsoft Windows 11 Pro
  • Orange version: 3.37
  • Timeseries add-on version: 0.6.3
  • wsl (debian)

@curry201205
Copy link

Originally, I was reading in data without headers using the "File" widget and performing seasonal adjustment processing. The data consisted of two columns: one with the date and time recorded as features, and the other being the target data.
Since there were no headers, I changed the variable names using the "Edit Domain" widget partway through. At that time, I was able to perform seasonal adjustment without any issues.

However, when I tried to perform seasonal adjustment on data with column names added as headers, I encountered an error saying "variable ●● is not domain," and I was no longer able to perform the seasonal adjustment.

@jolo-maker
Copy link

Yes! Changing the time variable name in the Edit Domain does the trick! Unclear to me is why this is the case but the most important thing is that it works now, see picture.
Thanks!
Scherm­afbeelding 2024-09-04 om 09 44 36

@DG2DATA
Copy link
Author

DG2DATA commented Sep 4, 2024

Following your advices, the flow now works! Thanks, @curry201205 and @jolo-maker.

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

No branches or pull requests

3 participants