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

Create a function that returns a data frame with features computed #15

Closed
poupou-web3 opened this issue Jun 28, 2023 · 2 comments
Closed
Assignees

Comments

@poupou-web3
Copy link
Owner

I want a function that returns some basic features that are always computed.
-number of transaction
-count_interaction_other_contributor
-seed_same_naive
-seed_same
-seed_suspicious

this should be parametrized.

@poupou-web3
Copy link
Owner Author

New requirements,
-time should be available printed for each lego
-we can choose which lego to run

Indeed, has_lcs is very resource intensive and takes a lot of time to run, a first draft may need to only compute other booleans.

@poupou-web3
Copy link
Owner Author

The vectorized method should be removed as it increases the compute time.
The longest-running algorithm is the longest common substring.

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

1 participant