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

Verify the analysis code for hybrid labeling #30

Open
shankari opened this issue Apr 19, 2022 · 2 comments
Open

Verify the analysis code for hybrid labeling #30

shankari opened this issue Apr 19, 2022 · 2 comments

Comments

@shankari
Copy link
Contributor

  • @shankari will send a mongodump of data from < 10 users at NREL
  • @allenmichael099 will delete all existing data from the mongodb and load the new mongodump
  • then run the functions individually for the user and verify that they are correct
import emission.storage.decorations.user_queries as esdu

users = esdu.get_all_uuids()
ct_df = do_matching(users)
if ct_df["label_write_time"] != [expected_values]:
     print("ERROR: ")
@shankari
Copy link
Contributor Author

If you want to browse the raw data in the database before it is read into the notebook, you can try to use this GUI tool
https://www.mongodb.com/try/download/compass

@shankari
Copy link
Contributor Author

@allenmichael099 I have extracted data from 9 NREL users and shared the mongodump (analysis_validation_set.tar.gz) with you. LMK if you have any issues loading it.

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