You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say there are 10,000 validation compounds and only ~9900 get pushed to the validation results. First, is this likely because of repeated compounds or certain compounds being "invalid"? Second, how to keep track of the "ID" of each compound? (in my case a Materials Project task_id).
The text was updated successfully, but these errors were encountered:
The generate_features function returns a list of skipped formulae, so you can look at that too to see what's skipped.
I'm not sure how to keep track of the MP task_id of the compound, I think that would depend on how you are storing them. Why not store and keep them separately?
Not sure how to factor dropping pure elements into this, other than by simply dropping them without tracking anything. Maybe by modifying groupby args.
Say there are 10,000 validation compounds and only ~9900 get pushed to the validation results. First, is this likely because of repeated compounds or certain compounds being "invalid"? Second, how to keep track of the "ID" of each compound? (in my case a Materials Project
task_id
).The text was updated successfully, but these errors were encountered: