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

[BUG] Account VAR model is very slow to execute #181

Open
v1nvn opened this issue Aug 3, 2022 · 0 comments
Open

[BUG] Account VAR model is very slow to execute #181

v1nvn opened this issue Aug 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@v1nvn
Copy link
Contributor

v1nvn commented Aug 3, 2022

Describe the bug
Account VAR model is very slow to execute for wallets with many tokens

To Reproduce
Execute account.var model with the following input:

// This address has 10 tokens
{
  "address": "0xB9711550ec6Dc977f26B73809A2D6791c0F0E9C8",
  "window": "180 days",
  "interval": 10,
  "confidence": 0.01
}
// This address has > 100 tokens
{
  "address": "0xE92d1A43df510F82C66382592a047d288f85226f",
  "window": "180 days",
  "interval": 10,
  "confidence": 0.01
}

Expected behavior
It should execute quickly

@v1nvn v1nvn added the bug Something isn't working label Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant