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

can FFX learn the relationship within time series? #34

Open
isaac-you opened this issue Nov 1, 2018 · 3 comments
Open

can FFX learn the relationship within time series? #34

isaac-you opened this issue Nov 1, 2018 · 3 comments

Comments

@isaac-you
Copy link

Thank you for your great work which offers new approach for symbolic regression. By your example in the slice, FFX can output the function of linear or nonlinear expression. But when I study the stock time series, I usually need auto-relation function expression. For example: ts_min(x, d) = time-series min over the past d days . ts_argmin(x, d) = which day ts_min(x, d) occurred on . ts_rank(x, d) = time-series rank in the past d days . stddev(x, d) = moving time-series standard deviation over the past d days.

So I have problems to output the function express above , can you give me some advice , thank you for your help. @jmmcd

@jmmcd
Copy link
Collaborator

jmmcd commented Nov 1, 2018

I think it's natural to make a new matrix with columns x, ts_min(x, d), ts_argmin(x, d), ts_rank(x, d), etc. I would do this as pre-processing before using FFX.

@isaac-you
Copy link
Author

I don't think this can work, because those function cannot be determined at first, we hope that the FFX can output the function expression

@jmmcd
Copy link
Collaborator

jmmcd commented Nov 5, 2018

The problem isn't clear to me.

those function cannot be determined at first

I think I can just use np.min(). What am I missing?

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