Cohesive Energy Featurizer not working

15 views
Skip to first unread message

Nahom Aymere

unread,
Apr 8, 2019, 8:00:36 AM4/8/19
to matminer
Hello, I am trying to use the composition featurizer, Cohesive Energy, however I get errors for most compounds and get 0 for the rest of them. Is there something I am missing?
This was my attempt
data = load_dataset("citrine_thermal_conductivity")
data = StrToComposition().featurize_dataframe(data,"formula")
data = CohesiveEnergy().featurize_dataframe(data,"composition",ignore_errors = True)
Br
Nahom

Logan Ward

unread,
Apr 8, 2019, 9:59:53 AM4/8/19
to Nahom Aymere, matminer

Hello Nahom,

 

A few guesses at what might be happening:

 

  • The CohesiveEnergy featurizer requires an Materials Project API key. Have you supplied one?
  • The featurizer only works for compositions that are contained within the materials project, and will error if the composition is not within.

 

Can you run “featurize_dataframe” with ignore_errors=False, and let us know what the error is?

 

Logan

--
You received this message because you are subscribed to the Google Groups "matminer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to matminer+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

 

Reply all
Reply to author
Forward
0 new messages