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

fixing 3 bugs & giving extra info for scoring #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SunnyBingoMe
Copy link

  • granularity decision was only 1-unit, e.g. 1min, 1h, 1..., but not for 5min etc. and causing missing of non-matching items
  • pd.drop_duplicate was dropping values instead of index
  • the first TS item was missing due to _process_long_term_data using wrong range/index
  • now providing residuals etc. for scoring

* granularity decision was only 1-unit, e.g. 1min, 1h, 1..., but not for 5min etc. and causing missing of non-matching items
* pd.drop_duplicate was dropping values instead of index
* the first TS item was missing due to _process_long_term_data using wrong range/index
* now providing residuals etc. for scoring
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