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

Histograms from timestamps #117

Closed
wants to merge 1 commit into from
Closed

Conversation

rettigl
Copy link
Member

@rettigl rettigl commented Apr 3, 2023

This adds histogram calculation based on the timeStamp column in the dataframe

Histogram calculation in the example notebook takes on our machine close to 2 minutes. Additionally, binning becomes slower when timeStamps are generated, even if they are not used during binning.

@rettigl
Copy link
Member Author

rettigl commented Apr 3, 2023

PR #116 and PR #117 are alternative implementations of normalization histograms, open for debate.

@rettigl rettigl requested a review from steinnymir April 3, 2023 22:05
@rettigl
Copy link
Member Author

rettigl commented Apr 4, 2023

The current implementation still suffers from the bin-centers vs. bin-edges problem, I think. Needs further inspection.

@rettigl rettigl force-pushed the histograms_from_timestamps branch from dd368fe to 9330a48 Compare May 15, 2023 21:13
@rettigl
Copy link
Member Author

rettigl commented May 15, 2023

This looks promising now, but is still rather slow.

@rettigl
Copy link
Member Author

rettigl commented May 17, 2023

Closing this, as it is implemented in PR #116 as well, and thus obsolete

@rettigl rettigl closed this May 17, 2023
@rettigl rettigl deleted the histograms_from_timestamps branch May 17, 2023 21:37
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

Successfully merging this pull request may close these issues.

1 participant