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

Unifying data type usage for trip models in e-mission-server and e-mission-eval-private-data repositories #39

Open
humbleOldSage opened this issue Nov 26, 2023 · 0 comments

Comments

@humbleOldSage
Copy link
Contributor

In the trip modelling on e-mission-server repository, the predominant data type we are working on is the Entry type.

Conversely, the labeling of trips on e-mission-eval-private-data repository primarily utilizes dataframes, though it also incorporates Entry type data to some extent.

To enhance code base consistency and simplify development, we can standardize on a single data type - either data frames or Entry types - across both repositories. Alternatively, if a mixed of Entry and data frames remains necessary, all utility functions should support both data types.

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

No branches or pull requests

1 participant